mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
docs: use same phrasing in misc. help texts
This commit is contained in:
parent
45df345d29
commit
42fb25d4a7
1 changed files with 7 additions and 8 deletions
|
@ -3328,16 +3328,15 @@ def define_borg_mount(parser):
|
|||
the state after creation. Also, the ``--stats`` and ``--dry-run`` options are mutually
|
||||
exclusive because the data is not actually compressed and deduplicated during a dry run.
|
||||
|
||||
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||
For more help on include/exclude patterns, see the ``borg help patterns`` command output.
|
||||
|
||||
See the output of the "borg help placeholders" command for more help on placeholders.
|
||||
For more help on placeholders, see the ``borg help placeholders`` command output.
|
||||
|
||||
.. man NOTES
|
||||
|
||||
The ``--exclude`` patterns are not like tar. In tar ``--exclude`` .bundler/gems will
|
||||
exclude foo/.bundler/gems. In borg it will not, you need to use ``--exclude``
|
||||
'\\*/.bundler/gems' to get the same effect. See ``borg help patterns`` for
|
||||
more information.
|
||||
'\\*/.bundler/gems' to get the same effect.
|
||||
|
||||
In addition to using ``--exclude`` patterns, it is possible to use
|
||||
``--exclude-if-present`` to specify the name of a filesystem object (e.g. a file
|
||||
|
@ -3808,7 +3807,7 @@ def define_borg_mount(parser):
|
|||
pass ``--same-chunker-params``.
|
||||
Note that the chunker params changed from Borg 0.xx to 1.0.
|
||||
|
||||
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||
For more help on include/exclude patterns, see the ``borg help patterns`` command output.
|
||||
""")
|
||||
subparser = subparsers.add_parser('diff', parents=[common_parser], add_help=False,
|
||||
description=self.do_diff.__doc__,
|
||||
|
@ -3869,7 +3868,7 @@ def define_borg_mount(parser):
|
|||
can be selected by passing a list of ``PATHs`` as arguments.
|
||||
The file selection can further be restricted by using the ``--exclude`` option.
|
||||
|
||||
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||
For more help on include/exclude patterns, see the ``borg help patterns`` command output.
|
||||
|
||||
``--progress`` can be slower than no progress display, since it makes one additional
|
||||
pass over the archive metadata.
|
||||
|
@ -3900,7 +3899,7 @@ def define_borg_mount(parser):
|
|||
by passing a list of ``PATHs`` as arguments. The file selection can further
|
||||
be restricted by using the ``--exclude`` option.
|
||||
|
||||
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||
For more help on include/exclude patterns, see the ``borg help patterns`` command output.
|
||||
|
||||
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,
|
||||
|
@ -4266,7 +4265,7 @@ def define_borg_mount(parser):
|
|||
list_epilog = process_epilog("""
|
||||
This command lists the contents of a repository or an archive.
|
||||
|
||||
See the "borg help patterns" command for more help on exclude patterns.
|
||||
For more help on include/exclude patterns, see the ``borg help patterns`` command output.
|
||||
|
||||
.. man NOTES
|
||||
|
||||
|
|
Loading…
Reference in a new issue