Try rsync for backup.

This commit is contained in:
chsteinle
2022-01-11 16:19:36 +01:00
parent 5f08658e9e
commit c21ff1c70d

View File

@@ -30,3 +30,8 @@
fstype: cifs
opts: username=Chris,password=396BZ%LYHvNwuJfw
become: yes
- name: Backup data to nas
shell: rsync -an /media/backup/docker /media/nas/Odroid/docker
become: yes