2023-03-16 19:55:10 +01:00
|
|
|
location:
|
|
|
|
source_directories:
|
|
|
|
- /var/backups/borg/mirrors/<HOSTNAME>
|
|
|
|
|
|
|
|
repositories:
|
|
|
|
- /var/backups/borg/<HOSTNAME>.repo
|
|
|
|
|
|
|
|
storage:
|
|
|
|
encryption_passcommand: 'cat /srv/borg/.borg-passphrase'
|
|
|
|
archive_name_format: '{now:%Y-%m-%dT%H:%M}'
|
|
|
|
borg_cache_directory: /var/backups/borg/mirrors/<HOSTNAME>.cache
|
|
|
|
|
|
|
|
retention:
|
|
|
|
!include /etc/borgmatic/retention.yaml
|
|
|
|
|
|
|
|
consistency:
|
|
|
|
checks:
|
|
|
|
- repository
|
|
|
|
- archives
|
|
|
|
prefix: '2' # This foo line is required with old borgmatic version.
|
|
|
|
|
|
|
|
output:
|
|
|
|
color: false
|