Hi, i was just wondering what would be the procedure to restore a full backup after a system crash?
For the GUI version, you can create an empty directory on another computer as the repository and then select the same storage. Under the restore tab you can click list revisions
and select the repository id of the original repository and then you will be able to list all files in the original repository and select them to restore.
You can also restore using the CLI version by running the following commands:
mkdir -p path/to/restore/to
cd path/to/restore/to
duplicacy init repository_id storage_url
duplicacy restore -r n # n is the revision number that you want to restore
For the init command you need the repository id of the original repository. You can find it out by listing the snapshots
directory in the storage.