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
2 changed files with 12 additions and 12 deletions
Showing only changes of commit 2f2f71422f - Show all commits

View file

@ -2,16 +2,4 @@
- name: Run systemd daemon-reload
systemd:
daemon_reload: true
- name: Start and enable borgmatic timer
systemd:
name: borgmatic.timer
state: started
enabled: true
- name: Start and enable borgmatic service
systemd:
name: borgmatic.service
state: started
enabled: true
...

View file

@ -81,6 +81,18 @@
- Start and enable borgmatic timer
- Start and enable borgmatic service
- name: Start and enable borgmatic timer
systemd:
name: borgmatic.timer
state: started
enabled: true
- name: Start and enable borgmatic service
systemd:
name: borgmatic.service
state: started
enabled: true
- include_role: update_motd
vars:
key: 10-borgmatic