change borg repo location

This commit is contained in:
Pim Kunis 2023-05-15 22:18:29 +02:00
parent 15e8d14327
commit b49bc19b18

View file

@ -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'