WIP: backups with borg and borgmatic #39

Manually merged
jeltz merged 45 commits from backups into master 2024-07-01 01:55:28 +02:00
Showing only changes of commit 3f3f688da4 - Show all commits

View file

@ -2,7 +2,7 @@
- name: Install borg
apt:
name: borgbackup
state: latest
state: present
update_cache: true
register: apt_result
retries: 3