1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00
3
history
Gilbert Chen edited this page 2020-03-07 00:46:08 -05:00
SYNOPSIS:
   duplicacy history - Show the history of a file

USAGE:
   duplicacy history [command options] <file>

OPTIONS:
   -id <snapshot id>        find the file in the snapshot with the specified id
   -r <revision> [+]        show history of the specified revisions
   -hash                    show the hash of the on-disk file
   -storage <storage name>  retrieve files from the specified storage

The history command shows how the hash, size, and timestamp of a file change over the specified set of revisions.

You can specify a different snapshot id rather than the default snapshot id, and multiple -r options to specify the set of revisions.

The -hash option is to compute the hash of the on-disk file. Otherwise, only the size and timestamp of the on-disk file will be included.

You can use the -storage option to select a different storage other than the default one.