| ... | @@ -54,6 +54,9 @@ We use the `restic` command-line tool to interact with the encrypted bucket. |
... | @@ -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
|
|
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.
|
|
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:
|
|
3. Use the `restic` tool to decrypt the snapshot:
|
|
|
```
|
|
```
|
| ... | |
... | |
| ... | | ... | |