On 05/23/10 01:18 PM, Thomas Burgess wrote:

this worked fine, next today, i wanted to send what has changed....

i did
zfs snapshot tank/nas/d...@second

now, heres where i'm confused....from reading the man page i thought this command would work:

pfexec zfs send -i tank/nas/d...@first tank/nas/d...@second| ssh wonsl...@192.168.1.15 <mailto:wonsl...@192.168.1.15> "/bin/pfexec /usr/sbin/zfs recv -vd tank/nas/dump"

It should (you can shorten the first snap to "first".

but i get an error:

cannot receive incremental stream: destination tank/nas/dump has been modified
since most recent snapshot

Well has it? Even wandering around the filesystem with atime enabled will cause this error.

Add -f to the receive to force a roll-back to the state after the original snap.

--

Ian.

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to