Added verbose to zfs recv options as default.

This commit is contained in:
Otho 2023-01-16 20:28:44 -05:00
parent 1858eec1c6
commit 3cfeab5152
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -19,7 +19,7 @@ if [ ! -f $datasets_file ]; then echo "No datasets specified."; exit 3; fi
ZFS_SEND_OPTS="-pRLe"
ZFS_SNAPSHOT_OPTS="-r"
ZFS_RECV_OPTS="-su"
ZFS_RECV_OPTS="-vsu"
SSH_SEND_OPTS="-Ti ~/.ssh/id_rsa"
DEF_SPEED="20M"