diff --git a/README.md b/README.md index 89e889b..fb37b78 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ gitea/hooks/ # SQLite .backup for gitea 2. Copy the matching `hooks/` directory 3. Create `secrets/restic_password` with a strong passphrase 4. Create `ssh/config` (see `ssh/config.sample`), add your private key as `ssh/id_ed25519`, populate `known_hosts` via `ssh-keyscan` -5. Create the target directory on the NAS: `mkdir -p /mnt/data/backup/admiralackbar.de/` +5. Create the target directory on the NAS: `mkdir -p /path/to/your/backup/` 6. Add the sidecar service to the compose file (see compose snippets in each service dir) ## Environment variables