diff options
| -rw-r--r-- | docs/DEPLOY.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/DEPLOY.md b/docs/DEPLOY.md index eb3ec1c..74f3953 100644 --- a/docs/DEPLOY.md +++ b/docs/DEPLOY.md @@ -194,7 +194,9 @@ Then, before every restic run: take a snapshot through the daemon and let restic read only the snapshots — never the live database: ```sh +set -a . /etc/bokf/bokfd-backup.env +set +a docker compose --project-directory /mnt/data/bokf exec -T -e BOKFD_TOKEN \ bokfd bokfctl backup.snapshot >/dev/null find /mnt/data/bokf/var/db/backup -name 'bokfd-*.db' -mtime +14 -delete |
