Merge pull request #2428 from nextcloud/enh/noid/borg-retention-policy

allow to adjust borgs retention policy
This commit is contained in:
Simon L
2023-05-30 11:28:36 +02:00
committed by GitHub
9 changed files with 24 additions and 8 deletions

View File

@@ -18,3 +18,4 @@ COPY --chmod=770 *.sh /
ENTRYPOINT ["/start.sh"]
LABEL com.centurylinklabs.watchtower.monitor-only="true"
ENV BORG_RETENTION_POLICY="--keep-within=7d --keep-weekly=4 --keep-monthly=6"