-
Notifications
You must be signed in to change notification settings - Fork 350
gilbertchen edited this page Mar 7, 2020
·
5 revisions
The cat command prints to stdout a file or the entire snapshot content if no file is specified.
Click here for a list of related forum topics.
NAME:
duplicacy cat - Print to stdout the specified file, or the snapshot content if no file is specified
USAGE:
duplicacy cat [command options] [<file>]
OPTIONS:
-id <snapshot id> retrieve from the snapshot with the specified id
-r <revision> the revision number of the snapshot
-storage <storage name> retrieve the file from the specified storage
duplicacy cat [command options] [<file>]
You can specify a different snapshot id rather than the default id.
By default the latest revision is selected.
If -r is specified, then that revision is selected instead.
You can use the -storage option to select a different storage other than the default one.
The file must be specified with a path relative to the repository.