sauvegardes/models/model-conf-local.yaml

32 lines
591 B
YAML
Raw Normal View History

2023-01-16 19:44:21 +01:00
location:
source_directories:
- /etc
- /home
- /opt
- /root
- /srv
- /usr
- /var
repositories:
2023-01-17 14:21:45 +01:00
- /var/backups/borg/{fqdn}.repo
2023-01-16 19:44:21 +01:00
exclude_from:
- /etc/borgmatic/excludes
storage:
encryption_passcommand: 'cat /srv/borg/.borg-passphrase'
archive_name_format: '{now:%Y-%m-%dT%H:%M}'
retention:
!include /etc/borgmatic/retention.yaml
consistency:
checks:
- repository
- archives
2023-01-17 14:21:45 +01:00
prefix: '2' # This foo line is required with old borgmatic version.
2023-01-16 19:44:21 +01:00
output:
color: false