On Thu, May 18, 2006 at 03:41:13PM -0700, Erik Trimble wrote: > On the topic of ZFS snapshots: > > does the snapshot just capture the changed _blocks_, or does it > effectively copy the entire file if any block has changed?
Incremental sends capture changed blocks. Snapshots capture all of the FS state as of the time the snapshot is taken, though it does so in constant time. Subsequent changes are kept as changed blocks, as deltas to the snapshot in the filesystem and clones. > That is, assuming that the snapshot (destination) stays inside the same > pool space. Of course it does. Er, what do you mean by 'destination'? _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss