On Sat, May 22, 2010 at 9:26 PM, Ian Collins <i...@ianshome.com> wrote:

> 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.
>
> Ahh, this i didn't know. Yes, i DID cd to the dir and check some stuff and
atime IS enabled....this is NOT very intuitive.

adding -F worked...thanks




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

Reply via email to