diff --git a/Readme.md b/Readme.md index 2e27993..bffba52 100644 --- a/Readme.md +++ b/Readme.md @@ -122,8 +122,8 @@ export RESTIC_PASSWORD_FILE=/home/ratatoskr/.restic-pass Snapshot suchen und mounten: ```bash -restic -r \$RESTIC_REPOSITORY --password-file \$RESTIC_PASSWORD_FILE snapshots -restic -r \$RESTIC_REPOSITORY --password-file \$RESTIC_PASSWORD_FILE mount /mnt/restic-snapshot/ +restic -r \$RESTIC_REPOSITORY --password-file $RESTIC_PASSWORD_FILE snapshots +restic -r \$RESTIC_REPOSITORY --password-file $RESTIC_PASSWORD_FILE mount /mnt/restic-snapshot/ ``` Hinweis: Das Mounten erfolgt über FUSE und ist lazy – Daten werden erst bei Zugriff geladen.