change borg repo location
This commit is contained in:
parent
15e8d14327
commit
b49bc19b18
1 changed files with 2 additions and 1 deletions
|
@ -3,13 +3,14 @@ location:
|
|||
source_directories:
|
||||
- /data
|
||||
repositories:
|
||||
- 'ssh://root@lewis.hyp/mnt/kingston1TB/hosts/{{ ansible_hostname }}'
|
||||
- 'ssh://root@lewis.hyp/mnt/backups/hosts/{{ ansible_hostname }}'
|
||||
retention:
|
||||
keep_daily: 7
|
||||
keep_weekly: 4
|
||||
keep_monthly: 6
|
||||
storage:
|
||||
unknown_unencrypted_repo_access_is_ok: true
|
||||
relocated_repo_access_is_ok: true
|
||||
hooks:
|
||||
before_everything:
|
||||
- 'apprise --body="{{ ansible_hostname }}: Stopping VMs" {{ apprise_url }} || true'
|
||||
|
|
Reference in a new issue