A NetApp Snapshot is a “Point in time” data copy using software which uses minimal storage space and does not affect performance.
This Netapp HowTo is useful for the following
NetApp Show Snapshots on volume
NetApp Create Snapshot
Schedule NetApp Snapshot
Show / Set Snapshot space in volume
NetApp Create Snapshot
To create a snapshot called “cifs1-snap” manually enter:
1
netapp> snap create cifs1 cifs1-snap
We can confirm this snapshot has been created with:
123456789101112
netapp01> snap list cifs1
Volume cifs1
working...
%/used %/total date name
---------- ---------- ------------ --------
28% (28%) 0% ( 0%) May 19 17:09 cifs1-snap
44% (29%) 0% ( 0%) May 19 16:00 hourly.0
54% (29%) 0% ( 0%) May 19 12:00 hourly.1
61% (29%) 0% ( 0%) May 19 08:00 hourly.2
67% (30%) 0% ( 0%) May 05 20:00 hourly.3
72% (35%) 0% ( 0%) May 05 16:14 hourly.4
Schedule NetApp Snapshot
To schedule a NetApp snapshot enter:
1
snap sched volname schedule
This command is a little complicated, the following example will create a snapshot backup schedule for the volume “cifs1” for 4 weekly, 7 daily and 10 hourly snapshot backups. The numbers after the @ sign represent the time of the hourly snapshot, so in this example a snapshot would be taken every hour from 0900 to 1800 hours.