summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4f71505..b98c769 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,10 @@ mkdir ~/restore
```
2. Mount the backup:
+ The repository path is now unique per host (e.g., `drestic_backups_my-server`). Find your exact path in `~/.config/restic/env`.
```sh
-# For user scope
-RESTIC_PASSWORD_FILE=~/.config/restic/password restic mount ~/restore --repo rclone:backup_remote:/restic_backups
+# For user scope (replace with your unique repo path)
+RESTIC_PASSWORD_FILE=~/.config/restic/password restic mount ~/restore --repo rclone:backup_remote:/drestic_backups_my-server
```
3. Browse `~/restore/snapshots/latest/` to find your files.