This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
max/roles/borg/templates/backup.yml.j2
2023-03-14 22:44:41 +01:00

17 lines
444 B
Django/Jinja

location:
source_directories:
- {{ base_data_dir }}
repositories:
- ssh://root@lewis.dmz/{{ backup_location }}
retention:
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
storage:
ssh_command: ssh -i {{ service_dir }}/id_ed25519
unknown_unencrypted_repo_access_is_ok: true
hooks:
before_everything:
- systemctl stop docker docker.socket
after_everything:
- systemctl start docker