Skip to content
Snippets Groups Projects
Unverified Commit 88d19b16 authored by André Büsgen's avatar André Büsgen
Browse files

refactor: :recycle: set ENSURE_BACKUP_PERMISSION to true for

parent eb137a50
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
BORG_SERVE_ADDITIONAL_ARGS: "--storage-quota 900G --append-only" BORG_SERVE_ADDITIONAL_ARGS: "--storage-quota 900G --append-only"
BORG_UID: "1000" BORG_UID: "1000"
BORG_GID: "1000" BORG_GID: "1000"
ENUSURE_BACKUP_PERMISSIONS: false ENUSURE_BACKUP_PERMISSIONS: true
volumes: volumes:
- backup:/home/borg/backups - backup:/home/borg/backups
- server_keys:/var/lib/docker-borg - server_keys:/var/lib/docker-borg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment