I'm puzzled by the size reported for incremental zfs send|zfs receive.  I'd 
expect the stream to be roughly the same size as the "used" blocks reported by 
zfs list.  Can anyone explain why the stream size reported is so much larger 
that the used data in the source snapshots?  Thanks.

% zfs list -r -t snapshot mail/00 | tail -4
mail/[email protected]  1.98M      -  34.1G  - 
mail/[email protected]   1.67M      -  34.1G  - 
mail/[email protected]   1.43M      -  34.1G  - 
mail/[email protected]       0      -  34.1G  - 

# zfs send -i mail/[email protected] mail/[email protected] | zfs receive -v -F 
mailtest/00
receiving incremental stream of mail/[email protected] into 
mailtest/[email protected]
received 17.9MB stream in 4 seconds (4.49MB/sec)
  
# zfs send -i mail/[email protected] mail/[email protected] | zfs receive -v -F 
mailtest/00
receiving incremental stream of mail/[email protected] into 
mailtest/[email protected]
received 15.1MB stream in 1 seconds (15.1MB/sec)
  
# zfs send -i mail/[email protected] mail/[email protected] | zfs receive -v -F 
mailtest/00
receiving incremental stream of mail/[email protected] into 
mailtest/[email protected]
received 13.7MB stream in 2 seconds (6.86MB/sec)
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to