borg/docs/usage/verify.rst.inc

26 lines
547 B
PHP
Raw Normal View History

2013-08-04 20:50:34 +00:00
.. _attic_verify:
2013-08-04 19:23:12 +00:00
attic verify
------------
2013-07-31 18:51:01 +00:00
::
2013-08-04 19:23:12 +00:00
2013-07-31 18:51:01 +00:00
usage: attic verify [-h] [-v] [-e PATTERN] ARCHIVE [PATH [PATH ...]]
Verify archive consistency
positional arguments:
ARCHIVE archive to verity integrity of
PATH paths to verify
optional arguments:
-h, --help show this help message and exit
-v, --verbose verbose output
-e PATTERN, --exclude PATTERN
exclude paths matching PATTERN
2013-08-04 19:23:12 +00:00
Description
~~~~~~~~~~~