all repos — s3brm @ c543e4f5a809b6216e18a72f1b34faed6c7c6ca6

S3 Backup Retention Manager

env.sh.example (view raw)

 1export S3_ENDPOINT_URL=
 2export S3_ACCESS_KEY=
 3export S3_SECRET_KEY=
 4export S3_REGION=
 5export S3_BUCKET=
 6
 7export FILES_PREFIX=
 8export DAILY_BACKUP_INTERVAL=13
 9export WEEKLY_BACKUP_INTERVAL=31
10export MONTHLY_BACKUP_INTERVAL=183