1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 16:55:36 +00:00

borg diff help: clarify: for new archives different chunker params still require content compare

This commit is contained in:
Marian Beermann 2016-03-18 15:42:32 +01:00
parent e64d91b735
commit 9cf129935e
2 changed files with 4 additions and 2 deletions

View file

@ -1212,7 +1212,8 @@ def build_parser(self, args=None, prog=None):
Both archives need to be in the same repository, and a repository location may only
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 diff automatically detects whether
the archives are created with the same chunker params. If so, only chunk IDs
are compared, which is very fast.
For archives prior to Borg 1.1 chunk contents are compared by default.

View file

@ -48,7 +48,8 @@ This command finds differences in files (contents, user, group, mode) between ar
Both archives need to be in the same repository, and a repository location may only
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 diff automatically detects whether
the archives are created with the same chunker params. If so, only chunk IDs
are compared, which is very fast.
For archives prior to Borg 1.1 chunk contents are compared by default.