remove syncoid, switch to rsync #221

Merged
mg merged 132 commits from sanoid_weg into master 2024-10-31 12:01:46 +01:00
Showing only changes of commit 74303cd041 - Show all commits

View file

@ -14,8 +14,10 @@ if [[ "$(/usr/sbin/zfs get mounted -H {{ item.src | regex_replace('^/', '') }} |
{# "/" am Ende von Src+Dest ist Wichtig und notwendig, sonst wird in Unterordner kopiert #}
else
echo "Destination-Dataset not mounted!"
exit 1
fi
else
echo "Source-Dataset not mounted!"
exit 1
fi
{% endfor %}