-
Notifications
You must be signed in to change notification settings - Fork 339
diff
gilbertchen edited this page Jul 22, 2020
·
5 revisions
The diff
command compares the same file in two different snapshots if a file is given, otherwise compares the two snapshots.
Click here for a list of related forum topics.
NAME:
duplicacy diff - Compare two snapshots or two revisions of a file
USAGE:
duplicacy diff [command options] [<file>]
OPTIONS:
-id <snapshot id> diff snapshots with the specified id
-r <revision> [+] the revision number of the snapshot
-hash compute the hashes of on-disk files
-storage <storage name> retrieve files from the specified storage
-key <private key> the RSA private key to decrypt file chunks
-key-passphrase <passphrase> the passphrase to decrypt the RSA private key
duplicacy diff [command options] [<file>]
You can specify a different snapshot id rather than the default snapshot id.
If only one revision is given by -r
, the right hand side of the comparison will be the on-disk file.
The -hash
option can then instruct this command to compute the hash of the file.
You can use the -storage
option to select a different storage other than the default one.
If the storage is encrypted by an RSA public key, the corresponding private key is needed to diff a file.
The file must be specified with a path relative to the repository.