mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
Update borg diff help message regarding --same-chunker-params
This commit is contained in:
parent
0e9aea2660
commit
e64d91b735
2 changed files with 12 additions and 6 deletions
|
@ -1213,9 +1213,12 @@ def build_parser(self, args=None, prog=None):
|
||||||
be specified for ARCHIVE1.
|
be specified for ARCHIVE1.
|
||||||
|
|
||||||
For archives created with Borg 1.1 or newer only chunks IDs
|
For archives created with Borg 1.1 or newer only chunks IDs
|
||||||
are compared, which is very fast. For archives prior to Borg 1.1 chunk contents must be
|
are compared, which is very fast.
|
||||||
compared, unless you are sure they were created with the same chunker params
|
|
||||||
(pass --same-chunker-params). Note that the chunker params changed from Borg 0.xx to 1.0.
|
For archives prior to Borg 1.1 chunk contents are compared by default.
|
||||||
|
If you did not create the archives with different chunker params,
|
||||||
|
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.
|
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||||
""")
|
""")
|
||||||
|
|
|
@ -49,8 +49,11 @@ Both archives need to be in the same repository, and a repository location may o
|
||||||
be specified for ARCHIVE1.
|
be specified for ARCHIVE1.
|
||||||
|
|
||||||
For archives created with Borg 1.1 or newer only chunks IDs
|
For archives created with Borg 1.1 or newer only chunks IDs
|
||||||
are compared, which is very fast. For archives prior to Borg 1.1 chunk contents must be
|
are compared, which is very fast.
|
||||||
compared, unless you are sure they were created with the same chunker params
|
|
||||||
(pass --same-chunker-params). Note that the chunker params changed from Borg 0.xx to 1.0.
|
For archives prior to Borg 1.1 chunk contents are compared by default.
|
||||||
|
If you did not create the archives with different chunker params,
|
||||||
|
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.
|
See the output of the "borg help patterns" command for more help on exclude patterns.
|
||||||
|
|
Loading…
Reference in a new issue