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