syncoid: output
ci/woodpecker/push/gitleaks Pipeline was successful Details
ci/woodpecker/push/ansible-lint Pipeline was successful Details

This commit is contained in:
Michael Grote 2024-05-28 21:27:35 +02:00
parent 00a507c509
commit dd81bab034
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ ExecStart=/bin/sh -c '/usr/sbin/zfs get mounted -H {{ item.destination_mount_che
# check if source host is reachable
ExecStart=/bin/sh -c 'ping -c1 -W1 {{ item.source_host }} > /dev/null || {{ item.source_host }} not reachable!'
# syncoid
ExecStart=/bin/sh -c 'echo "sending {{ item.source_dataset }}..."'
ExecStart=/bin/sh -c 'export HOME=/root ; /usr/bin/syncoid --compress=zstd-fast --quiet --sshoption=StrictHostKeyChecking=no --delete-target-snapshots --use-hold --preserve-recordsize --sshkey "/etc/sanoid/.ssh/id_sanoid" --source-bwlimit {{ sanoid_syncoid_bwlimit }} {{ sanoid_user }}@{{ item.source_host }}:{{ item.source_dataset }} {{ item.destination_dataset }}'
{% endfor %}