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

This commit is contained in:
Michael Grote 2024-10-31 11:14:04 +01:00
parent ca2660c2d9
commit c6529ec89d

View file

@ -7,6 +7,7 @@ echo "-----------------------"
echo "Source: {{ item.src }}"
echo "Destination: {{ item.dest.split(':') | last }}"
{# Mount check source #}
{# der führende / muss beim Dataset entfernt werden, sonst melden das Kommando immer "mounted" zurück #}
if [[ "$(/usr/sbin/zfs get mounted -H {{ item.src | regex_replace('^/', '') }} | cut -f3)" = "yes" ]] ; then
{# Mount check destination #}
if [[ "$(ssh -i /etc/rsync_mirror/.ssh/id_rsync_mirror -o StrictHostKeyChecking=no {{ item.dest.split(':') | first }} /usr/sbin/zfs get mounted -H {{ item.dest.split(':') | last | regex_replace('^/', '') }} | cut -f3)" = "yes" ]] ; then