22 lines
696 B
YAML
22 lines
696 B
YAML
---
|
|||
|
|
restic_enabled: false
|
||
|
|
restic_binary: /usr/bin/restic
|
||
|
|
restic_config_path: /etc/vps-restic/repository.env
|
||
|
|
restic_state_dir: /var/lib/vps-restic
|
||
|
|
restic_log_dir: /var/log/vps-restic
|
||
|
|
restic_backup_on_calendar: '*-*-* 04:30:00'
|
||
|
|
restic_check_on_calendar: 'Sun *-*-* 05:30:00'
|
||
|
|
restic_forget_on_calendar: 'Sat *-*-* 05:30:00'
|
||
|
|
restic_keep_daily: 7
|
||
|
|
restic_keep_weekly: 4
|
||
|
|
restic_keep_monthly: 6
|
||
|
|
restic_sources:
|
||
|
|
vaultwarden:
|
||
|
|
- /opt/vaultwarden/backups
|
||
|
|
- /opt/vaultwarden/vw-data
|
||
|
|
pdns:
|
||
|
|
- /opt/pdns/backup
|
||
|
|
- /opt/pdns/auth/pdns.conf
|
||
|
|
# Mailcow is deliberately excluded pending its official consistency and restore
|
||
|
|
# design review. No repository/backend value is supplied by this project.
|