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
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
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