Added compression debug.

This commit is contained in:
Otho 2023-01-16 20:08:22 -05:00
parent 3486435f11
commit 41b12fe93c
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -25,7 +25,8 @@ DEF_SPEED="20M"
read LOCAL_HOST LOCAL_USER LOCAL_PORT LOCAL_TZ SEND_COMPRESSED < $nodes_file
case $SEND_COMPRESSED in
[tTyY]*) ZFS_SEND_OPTS="$ZFS_SEND_OPTS -c" ;;
[tTyY]*) ZFS_SEND_OPTS="$ZFS_SEND_OPTS -c"
debug "Enabled send as compressed datasets." ;;
esac
ORIGIN_PERMS="send,snapshot,hold"