Update Restore instance with backup authored by Daniel Palomar's avatar Daniel Palomar
......@@ -54,6 +54,9 @@ We use the `restic` command-line tool to interact with the encrypted bucket.
1. Install `restic`. If the server had installed the `backup_role`, `restic` was installed, else please follow the installation instructions: https://restic.readthedocs.io/en/stable/020_installation.html#installation
2. Browse snapshots with `restic snapshots` and select which snapshot you want to restore.
```
$ restic snapshots -r <path-of-bucket>
```
3. Use the `restic` tool to decrypt the snapshot:
```
......
......