Plan borg: updates (step).
This commit is contained in:
parent
ea3799dbb2
commit
b89f38d77a
|
@ -9,19 +9,19 @@ location:
|
||||||
- /var
|
- /var
|
||||||
|
|
||||||
repositories:
|
repositories:
|
||||||
- borg@sauvkipeu:/var/backups/borg/$(hostname).repo
|
- borg@sauvkipeu:/var/backups/borg/$(fqdn).repo
|
||||||
#- borg@gardefou:/var/backups/borg/$(hostname).repo
|
#- borg@gardefou:/var/backups/borg/$(fqdn).repo
|
||||||
|
|
||||||
exclude_from:
|
exclude_from:
|
||||||
- /etc/borgmatic/excludes
|
- /etc/borgmatic/excludes
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
ssh_command: ssh -p XXXXX
|
ssh_command: ssh -p 222
|
||||||
encryption_passphrase: blablabla
|
encryption_passphrase: 'XXXXXXXXXXXXXXXX'
|
||||||
archive_name_format: '{fqdn}-{now:%Y-%m-%dT%H:%M}'
|
archive_name_format: '{now:%Y-%m-%dT%H:%M}'
|
||||||
|
|
||||||
retention:
|
#retention:
|
||||||
prefix: '{fqdn}-'
|
# prefix: '{fqdn}-'
|
||||||
|
|
||||||
output:
|
output:
|
||||||
color: false
|
color: false
|
||||||
|
|
Loading…
Reference in New Issue