Create ZFS Snapshot
zfs snapshot rpool/data@thursday
rpool -> Disk Poolname
/data -> Disk mount point
@thursday -> snapshot date
zfs List
Restoring ZFS Snapshot
cd /data/.zfs/snapshot/thursday
and you can copy file from here and can restore.
Home
»
Unlabelled
» ZFS Snapshot in Solaris
ZFS Snapshot in Solaris
September 10, 2009
0 comments:
Post a Comment