Justin Vassallo wrote:
> I created snapshot for my whole zpool (zfs version 3):
> 
>  
> 
> zfs snapshot -r [EMAIL PROTECTED] +%F_%T`
> 
>  
> 
> then trid to send it to the remote host:
> 
> zfs send [EMAIL PROTECTED]:31:03 | ssh [EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]> -i identitykey ‘zfs receive tank/tankbackup’
> 
>  
> 
> but got the error “zfs: command not found” since /user/ is not 
> superuser, even though it is in the root group.

on my machine (sparc, nv. b92):

$ which zfs
/sbin/zfs

so ... you need to (at least) change your "receive" command to

        '/sbin/zfs receive ...'

HTH
Michael
-- 
Michael Schuster        http://blogs.sun.com/recursion
Recursion, n.: see 'Recursion'

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

Reply via email to