borg/docs/usage/extract.rst.inc

26 lines
634 B
PHP
Raw Normal View History

2013-08-04 19:23:12 +00:00
attic extract
-------------
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 extract [-h] [-v] [-e PATTERN] [--numeric-owner]
ARCHIVE [PATH [PATH ...]]
Extract archive contents
positional arguments:
ARCHIVE archive to extract
PATH paths to extract
optional arguments:
-h, --help show this help message and exit
-v, --verbose verbose output
-e PATTERN, --exclude PATTERN
exclude paths matching PATTERN
--numeric-owner only obey numeric user and group identifiers
2013-08-04 19:23:12 +00:00
Description
~~~~~~~~~~~