--- recepies/zfs/zfs-send-snapshot.sh 2009/06/18 12:56:56 113 +++ recepies/zfs/zfs-send-snapshot.sh 2009/06/18 13:07:29 114 @@ -10,6 +10,6 @@ ip=`ifconfig | awk '/inet addr/ {split ($2,A,":"); print A[2]}' | grep -v 127.0.0.1 | head -1` -echo -e "\n\nStart receiving side with:\n\nnc -w 5 $ip 8888 | dd_rescue - - | zfs receive \`hostname\`/$nopool\n\n" +echo -e "\n\nStart receiving side with:\n\nnc -w 5 $ip 8888 | dd_rescue -y 0 - - | zfs receive \`hostname\`/$nopool\n\n" -zfs send $fs | dd_rescue - - | nc -l -p 8888 +zfs send $fs | dd_rescue -y 0 - - | nc -l -p 8888