I have pool called "data". I have zones configured in that pool. The zonepath is: /data/zone1/fs. (/data/zone1 itself is not used for anything else, by anyone, and has no other data.) There are no datasets being delegated to this zone.
I want to create a snapshot that I would want to make available from within the zone. What are the best options? If I do something like: zfs snapshot data/[EMAIL PROTECTED] How do I make that snapshot available to the zone? It seems like I got two options: 1. add dataset set name=data/zone1/recover end Then: zfs send data/[EMAIL PROTECTED] | zfs recv data/zone1/[EMAIL PROTECTED] I think this option might work, but using zfs send will just send the whole data/zone1 file system which will use more disk space instead of just sending snapshots. 2. I was thinking, maybe I could do a NFS share of /data/zone1/.zfs/snapshot to zone1. Then, do a NFS client access to that file system. Thanks, hope thats clear. This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss