1. Does this support encryption? 2. Can this do one-command restore of files to a previous revision or day?
Duplicacy follows the git/hg command model. To initialize the repository (the backup to be backed up), run the init command:
duplicacy init repository_id storage_url -e
To backup:
duplicacy backup
duplicacy restore -r revision_number [files]
Duplicacy follows the git/hg command model. To initialize the repository (the backup to be backed up), run the init command:
The -e option turns on the encryption.To backup:
To restore: