Skip to content

Instantly share code, notes, and snippets.

@JackBailey
Created July 16, 2023 19:21
Show Gist options
  • Save JackBailey/56362e770a52048f19fb6864c5119b9b to your computer and use it in GitHub Desktop.
Save JackBailey/56362e770a52048f19fb6864c5119b9b to your computer and use it in GitHub Desktop.
Restore Duplicacy Backup

Download duplicacy CLI

Initialise local backup

duplicacy init -e storage-name minio://region@ip:port/path

List revisions

duplicacy list

Restore

Path to restore can be something like appdata/* to restore the appdata folder at the root of the backup.

duplicacy restore -r revision number path to restore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment