Hi Folks --

I'm an old ZFS user, but brand new to send/receive for backing up.  I've 
created a zfs filesystem
using:

zfs create \
  -o mountpoint=/usr/local \
  -o casesensitivity=mixed \
  -o nbmand=on \
  -o sharesmb=ro...@192.168.1 \
  rpool/local

and am backing up with

zfs snapshot rpool/lo...@now
zfs send -p -R rpool/lo...@now > $file

When I re-install OpenSolaris from scratch, and restore with

zfs receive -d rpool < $file

the filesystem mount point is not set to /usr/local, but to /usr/local/local.  
I just want to
do a simple backup/restore, can anyone tell me something obvious that I'm not 
doing right?

Using OpenSolaris development build 130.

Thanks,

John
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to