mirror of
https://asciireactor.com/o4data/zfs-backup.git
synced 2024-11-22 06:25:06 +00:00
Remove verbose send.
This commit is contained in:
parent
4da22952cb
commit
f3b0b48a76
@ -17,9 +17,9 @@ datasets_file="datasets.txt"
|
|||||||
if [ ! -f $nodes_file ]; then echo "No nodes specified."; exit 2; fi
|
if [ ! -f $nodes_file ]; then echo "No nodes specified."; exit 2; fi
|
||||||
if [ ! -f $datasets_file ]; then echo "No datasets specified."; exit 3; fi
|
if [ ! -f $datasets_file ]; then echo "No datasets specified."; exit 3; fi
|
||||||
|
|
||||||
ZFS_SEND_OPTS="-vpRLe"
|
ZFS_SEND_OPTS="-pRLe"
|
||||||
ZFS_SNAPSHOT_OPTS="-r"
|
ZFS_SNAPSHOT_OPTS="-r"
|
||||||
ZFS_RECV_OPTS="-svu"
|
ZFS_RECV_OPTS="-vsu"
|
||||||
SSH_SEND_OPTS="-Ti ~/.ssh/id_rsa"
|
SSH_SEND_OPTS="-Ti ~/.ssh/id_rsa"
|
||||||
BANDWIDTH_LIMIT="100M"
|
BANDWIDTH_LIMIT="100M"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user