|
@@ -1401,6 +1401,10 @@ class Archiver:
|
|
be restricted by using the ``--exclude`` option.
|
|
be restricted by using the ``--exclude`` option.
|
|
|
|
|
|
See the output of the "borg help patterns" command for more help on exclude patterns.
|
|
See the output of the "borg help patterns" command for more help on exclude patterns.
|
|
|
|
+
|
|
|
|
+ By using ``--dry-run``, you can do all extraction steps except actually writing the
|
|
|
|
+ output data: reading metadata and data chunks from the repo, checking the hash/hmac,
|
|
|
|
+ decrypting, decompressing.
|
|
""")
|
|
""")
|
|
subparser = subparsers.add_parser('extract', parents=[common_parser], add_help=False,
|
|
subparser = subparsers.add_parser('extract', parents=[common_parser], add_help=False,
|
|
description=self.do_extract.__doc__,
|
|
description=self.do_extract.__doc__,
|