22 lines
443 B
YAML
22 lines
443 B
YAML
location:
|
|
source_directories: []
|
|
|
|
repositories:
|
|
- /var/backups/borg/<HOSTNAME>.repo
|
|
|
|
retention:
|
|
!include /etc/borgmatic/retention.yaml
|
|
|
|
storage:
|
|
encryption_passcommand: 'cat /srv/borg/.borg-passphrase'
|
|
#archive_name_format: '{now:%Y-%m-%dT%H:%M}'
|
|
|
|
consistency:
|
|
checks:
|
|
- repository
|
|
- archives
|
|
prefix: '2' # This foo line is required with old borgmatic version.
|
|
|
|
output:
|
|
color: false
|