docs: expand restic cat documentation (#5679)

Co-authored-by: Michael Eischer <michael.eischer@fau.de>
This commit is contained in:
MetalSpork
2026-05-31 15:46:45 +00:00
committed by GitHub
co-authored by Michael Eischer
parent 474c094cac
commit 042feb2b7f
5 changed files with 367 additions and 6 deletions
+3 -4
View File
@@ -359,10 +359,9 @@ Summary is the last output line in a successful backup.
cat
---
The ``cat`` command returns data about various objects in the repository, which
are stored in JSON form. Specifying ``--json`` or ``--quiet`` will suppress any
non-JSON messages the command generates.
The ``cat`` command is used to inspect and print internal repository objects to stdout.
This is primarily useful for debugging, understanding repository structure, or
recovering data from a damaged repository. For details refer to the :ref:`view-repository-objects` section.
check
-----