Fix rsnapshot cfg

Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
Frank Villaro-Dixon 2024-10-22 15:04:55 +02:00
parent 492388011e
commit 163c716fc9
2 changed files with 8 additions and 2 deletions

View file

@ -76,6 +76,12 @@
register: rsnapshot_conf
tags: rsnapshot
- name: Check rsnapshot config
ansible.builtin.command:
cmd: rsnapshot configtest
register: rsnapshot_configtest
tags: rsnapshot
- name: Copy systemd unit files
ansible.builtin.copy:
src: files/{{ item }}

View file

@ -235,7 +235,7 @@ backup /mnt/kdrive/ kdrive/
### kubernetes PVCs
backup /mnt/syno/k8home/ k8home/
backup /mnt/syno/k8home/ k8home/
# LOCALHOST
#backup /home/ localhost/
@ -265,4 +265,4 @@ backup /mnt/syno/k8home/ k8home/
# vim: ts=4:sw=4:noet: