mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
29 lines
742 B
PHP
29 lines
742 B
PHP
|
.. _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
|
||
|
~~~~~~~~~~~
|
||
|
|
||
|
|