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:
|
source_directories:
|
||||||
- /data
|
- /data
|
||||||
repositories:
|
repositories:
|
||||||
- 'ssh://root@lewis.hyp/mnt/kingston1TB/hosts/{{ ansible_hostname }}'
|
- 'ssh://root@lewis.hyp/mnt/backups/hosts/{{ ansible_hostname }}'
|
||||||
retention:
|
retention:
|
||||||
keep_daily: 7
|
keep_daily: 7
|
||||||
keep_weekly: 4
|
keep_weekly: 4
|
||||||
keep_monthly: 6
|
keep_monthly: 6
|
||||||
storage:
|
storage:
|
||||||
unknown_unencrypted_repo_access_is_ok: true
|
unknown_unencrypted_repo_access_is_ok: true
|
||||||
|
relocated_repo_access_is_ok: true
|
||||||
hooks:
|
hooks:
|
||||||
before_everything:
|
before_everything:
|
||||||
- 'apprise --body="{{ ansible_hostname }}: Stopping VMs" {{ apprise_url }} || true'
|
- 'apprise --body="{{ ansible_hostname }}: Stopping VMs" {{ apprise_url }} || true'
|
||||||
|
|
Reference in a new issue