Re: [zfs-discuss] snapshots send/recv

2010-05-23 Thread Brandon High
On Sat, May 22, 2010 at 9:08 PM, Thomas Burgess wrote: > ok, so forcing just basically makes it drop whatever "changes" were made > Thats what i was wondering...this is what i expected If you're doing 'zfs send -i @first tank/foo/b...@second | zfs recv -F newtank/foo/bar' then 'zfs recv -F' is th

Re: [zfs-discuss] snapshots send/recv

2010-05-22 Thread Thomas Burgess
ok, so forcing just basically makes it drop whatever "changes" were made Thats what i was wondering...this is what i expected On Sun, May 23, 2010 at 12:05 AM, Ian Collins wrote: > On 05/23/10 03:56 PM, Thomas Burgess wrote: > >> let me ask a question though. >> >> Lets say i have a filesystem

Re: [zfs-discuss] snapshots send/recv

2010-05-22 Thread Ian Collins
On 05/23/10 03:56 PM, Thomas Burgess wrote: let me ask a question though. Lets say i have a filesystem tank/something i make the snapshot tank/someth...@one i send/recv it then i do something (add a file...remove something, whatever) on the send side, then i do a send/recv and force it of

Re: [zfs-discuss] snapshots send/recv

2010-05-22 Thread Thomas Burgess
oh, this makes sense let me ask a question though. Lets say i have a filesystem tank/something i make the snapshot tank/someth...@one i send/recv it then i do something (add a file...remove something, whatever) on the send side, then i do a send/recv and force it of the next filesystem

Re: [zfs-discuss] snapshots send/recv

2010-05-22 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Thomas Burgess > > but i get an error: > > cannot receive incremental stream: destination tank/nas/dump has been > modified > since most recent snapshot Whenever you send a snap, and you inte

Re: [zfs-discuss] snapshots send/recv

2010-05-22 Thread Thomas Burgess
On Sat, May 22, 2010 at 9:26 PM, Ian Collins 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 confusedfrom reading the man page i thought

Re: [zfs-discuss] snapshots send/recv

2010-05-22 Thread Ian Collins
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 confusedfrom reading the man page i thought this command would work: pfexec zfs send -i tank/nas/d...@first tank/n

[zfs-discuss] snapshots send/recv

2010-05-22 Thread Thomas Burgess
I'm confusedI have a filesystem on server 1 called tank/nas/dump I made a snapshot called first zfs snapshot tank/nas/d...@first then i did a zfs send/recv like: zfs send tank/nas/d...@first | ssh wonsl...@192.168.1.xx "/bin/pfexec /usr/sbin/zfs recv tank/nas/dump" this worked fine, next