mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-05-29 20:26:44 +02:00
7ff08b937d
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
15 lines
549 B
Bash
15 lines
549 B
Bash
#RUN_ON_STARTUP=true
|
|
RESTIC_REPOSITORY=/mnt/restic
|
|
RESTIC_BACKUP_SOURCES=/data
|
|
RESTIC_PASSWORD=7xymiWBH4c56rlBXPXbgkxF2zw3f2AGs
|
|
# Backup (exuclusive with Check and Prune)
|
|
RESTIC_BACKUP_ARGS=--tag docker-volumes --verbose
|
|
BACKUP_CRON=*/15 * * * *
|
|
#RESTIC_FORGET_ARGS=--prune --keep-last 8 --keep-daily 7 --keep-weekly 5 --keep-monthly 12 --keep-yearly 4
|
|
# Check (exuclusive with Check and Prune)
|
|
#CHECK_CRON=*/15 * * * *
|
|
#RESTIC_CHECK_ARGS=--read-data-subset=40%
|
|
# Prune (exuclusive with Check and Prune)
|
|
#PRUNE_CRON=*/15 * * * *
|
|
#RESTIC_PRUNE_ARGS=
|