Mark J Musante [EMAIL PROTECTED] wrote:

>Maybe I'm misunderstanding what you're saying, but 'zfs clone' is
exactly
the way to mount a snapshot.  Creating a clone uses up a negligible
amount
of disk space, provided you never write to it.  And you can always set
readonly=on if that's a concern.

So something like:

zfs snapshot fastsan/[EMAIL PROTECTED]
zfs clone fastsan/[EMAIL PROTECTED] fastsan/zfs3/night
zfs set readonly=on fastsan/zfs3/night

...do backup...

zfs destroy fastsan/zfs3/night

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail.

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

Reply via email to