zfs snapshot

It is my understanding from the documentation that a snapshot can be either a 
complete system 'zfs snapshot [EMAIL PROTECTED]' or directory structure 
'zfs snapshot -r /export/home/[EMAIL PROTECTED]' the -r being recursive.

Thus if I do 'zfs snapshot [EMAIL PROTECTED]' and then a clone I simply destroy 
the clone and promote the snapshot to return to original state.

 example:
 # zfs snapshot [EMAIL PROTECTED]
 # zfs clome [EMAIL PROTECTED] zpl_slim/test
 # zfs destroy zpl_slim/test
 # zfs promote [EMAIL PROTECTED]
 Back to original state
 
 Is this accurate?
--

This message posted from opensolaris.org

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

Reply via email to