Sorry I realize I was a bit misleading in the path handling and need to correct this part:
new# mount -r old:/my/data /mnt new# mkdir -p /my/data new# cd /mnt ; rsync -aRHDn --delete ./ /my/data/ new# cd /mnt ; rsync -aRHD --delete ./ /my/data/ new# umount /mnt .. new# cd /mnt ; rsync -aRHD --delete ./ /my/data/ .. new# cd /mnt ; rsync -aRHDv --delete --progress ./ /my/data/ This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss