Re: [zfs-discuss] Question about ZFS Incremental Send/Receive

2009-04-29 Thread Darren J Moffat
Mattias Pantzare wrote: O I feel like I understand what tar is doing, but I'm curious about what is it that ZFS is looking at that makes it a successful incremental send? That is, not send the entire file again. Does it have to do with how the application (tar in this example) does a file open,

[zfs-discuss] Question about ZFS Incremental Send/Receive

2009-04-28 Thread Patrick Pinchera
I'm using ZFS snapshots and send and receive for a proof of concept, and I'd like to better understand how the incremental feature works. Consider this example: 1. create a tar file using tar -cvf of 10 image files 2. ZFS snapshot the filesystem that contains this tar file 3. Use ZFS

Re: [zfs-discuss] Question about ZFS Incremental Send/Receive

2009-04-28 Thread Mattias Pantzare
O I feel like I understand what tar is doing, but I'm curious about what is it that ZFS is looking at that makes it a successful incremental send? That is, not send the entire file again. Does it have to do with how the application (tar in this example) does a file open, fopen(), and what mode