Fix rsnapshot cfg
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
492388011e
commit
163c716fc9
2 changed files with 8 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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:
|
Loading…
Reference in a new issue