mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-29 21:55:47 +02:00
9
infrastructure/caddy/env/caddy_backup.env
vendored
Normal file
9
infrastructure/caddy/env/caddy_backup.env
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
#RUN_ON_STARTUP=true
|
||||
BACKUP_CRON=*/30 * * * *
|
||||
RESTIC_REPOSITORY=/mnt/restic
|
||||
RESTIC_BACKUP_SOURCES=/data
|
||||
RESTIC_PASSWORD=YFQh8v3Wi95v0p6h88D4u8C8z4gLfdMw
|
||||
RESTIC_BACKUP_ARGS=--tag docker-volumes --verbose
|
||||
#RESTIC_FORGET_ARGS=--prune --keep-last 8 --keep-daily 7 --keep-weekly 5 --keep-monthly 12 --keep-yearly 4
|
||||
#RESTIC_PRUNE_ARGS=
|
||||
RESTIC_CHECK_ARGS=--read-data-subset=20%
|
Reference in New Issue
Block a user