1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-06-27 13:35:10 +00:00

Added auto-remove for old backups.

This commit is contained in:
Dmitriy Haidiuk
2022-04-12 21:39:51 +03:00
parent 80b1fd7936
commit 1ea38070f6
4 changed files with 15 additions and 1 deletions

View File

@ -19,6 +19,7 @@ ENV S3_ENDPOINT ''
ENV S3_S3V4 'no'
ENV SCHEDULE ''
ENV PASSPHRASE ''
ENV BACKUP_KEEP_DAYS 7
ADD src/run.sh run.sh
ADD src/backup.sh backup.sh