/[sysadmin-cookbook]/recepies/zfs/20.create-snapshot
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/zfs/20.create-snapshot

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (show annotations)
Fri May 1 12:43:35 2009 UTC (14 years, 11 months ago) by dpavlin
File size: 422 byte(s)
create zfs snapshot

1 # http://docs.sun.com/app/docs/doc/819-5461/gbcya?a=view
2
3 root@opl:~# zfs snapshot zfs/vz@`date +%Y-%m-%d_%H:%M:%S`
4
5 root@opl:~# zfs list
6 NAME USED AVAIL REFER MOUNTPOINT
7 zfs 85.5G 12.4G 6.92G /zfs
8 zfs/install 6.40G 12.4G 6.40G /zfs/install
9 zfs/vz 72.2G 12.4G 72.2G /zfs/vz
10 zfs/vz@2009-05-01_14:41:50 0 - 72.2G -

  ViewVC Help
Powered by ViewVC 1.1.26