Options (1)
-ebooleanUse current directory as the repository, initialize a SFTP storage and encrypt the storage with a password
Example:
duplicacy init {{[-e|-encrypt]}} {{snapshot_id}} {{sftp://[email protected]/path/to/storage}}/Examples (8)
Use current directory as the repository, initialize a SFTP storage and encrypt the storage with a password
duplicacy init [-e|-encrypt] snapshot_id sftp://[email protected]/path/to/storage/Save a snapshot of the repository to the default storage
duplicacy backupList snapshots of current repository
duplicacy listRestore the repository to a previously saved snapshot
duplicacy restore -r revisionCheck the integrity of snapshots
duplicacy checkAdd another storage to be used for the existing repository
duplicacy add storage_name snapshot_id storage_urlPrune a specific revision of snapshot
duplicacy prune -r revisionPrune revisions, keeping one revision every `n` days for all revisions older than `m` days
duplicacy prune -keep n:mmade by @shridhargupta | data from tldr-pages