Re: [zfs-discuss] permission problem using ZFS send and zfs receive accross SSH

2009-07-16 Thread Ian Collins
Alexander Skwar wrote: Hi! On Thu, Jul 16, 2009 at 14:00, Cyril Ducrocq > wrote: moreover i added an "on the fly" compression using gzip You can dump the gzip|gunzip, if you use SSH on-the-fly compression, using ssh -C But test first, using compres

Re: [zfs-discuss] permission problem using ZFS send and zfs receive accross SSH

2009-07-16 Thread Cyril Ducrocq
Thanks for the tip in the meantime i had trouble with a cannot receive incremental stream: destination rpool/bck_sauvegardes_windows has been modified most recent snapshot ...i resolved isang the -F option of the ZFS RECV command (was only a modification of the atime property of the destinat

Re: [zfs-discuss] permission problem using ZFS send and zfs receive accross SSH

2009-07-16 Thread Alexander Skwar
Hi! On Thu, Jul 16, 2009 at 14:00, Cyril Ducrocq wrote: > moreover i added an "on the fly" compression using gzip You can dump the gzip|gunzip, if you use SSH on-the-fly compression, using ssh -C ssh also uses gzip, so there won't be much difference. Regards, Alexander -- [[ http://zen

Re: [zfs-discuss] permission problem using ZFS send and zfs receive accross SSH

2009-07-16 Thread Cyril Ducrocq
i just found the solution ! i use pfexec to execute the ZFS receive command with the needed roles without beeing asked for a password. moreover i added an "on the fly" compression using gzip the solution looks like this zfs send rpool/sauvegardes_wind...@mercredi-16-07-09 | gzip| ssh re...@op

[zfs-discuss] permission problem using ZFS send and zfs receive accross SSH

2009-07-16 Thread Cyril Ducrocq
Hello i'm newbie on OpenSolaris and as i'm very interested in the ZFS functionalities in order to setup a disk-based replicated backup system for my company. I'm trying to bench it using 2 Virtual machines. ZFS snapshot commands work well on my main server as i've got the root "role" but i plann