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 92b9ce79da - Show all commits

View file

@ -5,7 +5,7 @@
{# Header #}
echo "-----------------------"
echo "Source: {{ item.src }}"
echo "Dest: {{ item.dest.split(':') | last }}"
echo "Destination: {{ item.dest.split(':') | last }}"
{# Mount check source #}
if /usr/sbin/zfs get mounted -H {{ item.src }} 2>&1 > /dev/null ; then
{# Mount check destination #}