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.
Quick overview
Usage
duplicacy diff [command options] [<file>]
Options
-id <snapshot id>
You can specify a different snapshot id rather than the default snapshot id.
-r <revision> [+]
If only one revision is given by -r, the right hand side of the comparison will be the on-disk file.
-hash
The -hash option can then instruct this command to compute the hash of the file.
-storage <storage name>
You can use the -storage option to select a different storage other than the default one.
-key <private key> and -key-passphrase <passphrase>
If the storage is encrypted by an RSA public key, the corresponding private key is needed to diff a file.
Notes
The file must be specified with a path relative to the repository.