28 lines
610 B
YAML
28 lines
610 B
YAML
location:
|
|
source_directories:
|
|
- /etc
|
|
- /home
|
|
- /opt
|
|
- /root
|
|
- /srv
|
|
- /usr
|
|
- /var
|
|
|
|
repositories:
|
|
- borg@sauvkipeu.libre-en-communs.org:/var/backups/borg/{fqdn}.repo
|
|
#- borg@gardefou.libre-en-communs.org:/var/backups/borg/{fqdn}.repo
|
|
|
|
exclude_from:
|
|
- /etc/borgmatic/excludes
|
|
|
|
storage:
|
|
ssh_command: ssh -p 222
|
|
encryption_passphrase: 'XXXXXXXXXXXXXXXX'
|
|
archive_name_format: '{now:%Y-%m-%dT%H:%M}'
|
|
|
|
retention:
|
|
prefix: '2' # This foo line is required with old borgmatic version.
|
|
|
|
output:
|
|
color: false
|