sdf
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 2s
ansible-lint / Ansible Lint (pull_request) Successful in 26s

This commit is contained in:
Michael Grote 2024-10-29 15:46:37 +01:00
parent 7ce078c7a8
commit cb002856d8

View file

@ -5,6 +5,7 @@
{# Header #}
echo "-----------------------"
echo "Source: {{ item.src }}"
echo "Dest: {{ item.dest.split(':') | last }}"
{# Mount check source #}
if /usr/sbin/zfs get mounted -H {{ item.src }} 2>&1 > /dev/null ; then
{# Mount check destination #}
@ -25,3 +26,5 @@ fi
# beispiel cmd hier rein
# --itemize-changes
# rsync: [generator] failed to set times on "/backup/pve5/tmp/.": Operation not permitted (1)