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 4 additions and 2 deletions
Showing only changes of commit f0f56ecd3f - Show all commits

View file

@ -2,9 +2,11 @@ skip_list:
- no-changed-when
- load-failure
- document-start
- package-latest
warn_list:
- experimental # all rules tagged as experimental
exclude_paths:
- group_vars/all/vault.yml
- group_vars/all/vault.yml
- utils/

View file

@ -2,7 +2,7 @@
- name: Remove cached motd
become: true
file:
path: "{{ item }}"
path: "{{ item }}"
state: absent
loop:
- /var/run/motd.dynamic