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=root=@192.168.1 \
rpool/local
and am backing up with
zfs snapshot rpool/local at now
zfs send -p -R rpool/local at 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