1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 17:27:31 +00:00
borg/docs/usage/check.rst.inc
Jonas Borgström faedaf8160 Basic repository consistency check functionality.
Still no archive metadata validation or repair functionality.
2014-02-05 00:04:30 +01:00

28 lines
742 B
HTML

.. _attic_check:
attic check
-----------
::
usage: attic check [-h] [-v] [--progress] [--no-progress] REPOSITORY
Check repository consistency
positional arguments:
REPOSITORY repository to check consistency of
optional arguments:
-h, --help show this help message and exit
-v, --verbose verbose output
--progress Report progress status to standard output stream
--no-progress Disable progress reporting
Progress status will be reported on the standard output stream by default when
it is attached to a terminal. Any problems found are printed to the standard
error stream and the command will have a non zero exit code.
Description
~~~~~~~~~~~