6.0 HP StorageWorks X9000 File Serving Software CLI Reference (TA768-96040, October 2011)

ibrix_snap
Manages file system snapshots.
Description
The X9000 Software snapshot feature captures a point-in-time copy of a file system or directory
for online backup purposes and simplifes recovery of files from accidental deletion. Software
snapshots can be taken of the entire file system or selected directories. Users can access the
filesystem or directory as it appeared at the instant of the snapshot.
Before taking snapshots of a file system or directory, you will need to enable the directory tree for
snapshots. This directory tree is also called a snap tree. You can then define a schedule for taking
periodic snapshots of the snap tree, and you can also take on-demand snapshots. (Snapshot
schedules can be defined only on the GUI.)
Scheduled snapshots are deleted automatically according to the retention schedule specified for
the snapshot tree; however you can delete a snapshot manually if necessary. You also need to
delete on-demand snapshots manually. Deleting a snapshot does not free the file system space that
was used by the snapshot; you will need to reclaim the space using the GUI or the
ibrix_snapreclamation command.
Synopsis
Enables or disables a snap tree (a file system or directory) for snapshots:
ibrix_snap -m [-U] -f FSNAME -P SNAPTREEPATH
The -U option disables the snap tree.
Create an on-demand snapshot:
ibrix_snap -c -f FSNAME -P SNAPTREEPATH -n NAMEPATTERN
Delete a snapshot:
ibrix_snap -d -f FSNAME -P SNAPTREEPATH -n SNAPSHOTNAME
List all snapshots or only the snapshots for a specific snap tree:
ibrix_snap -l -s [-f FSNAME [-P snaptree path]]
List all snap trees or only the trees for a specific file system:
ibrix_snap -l [-f FSNAME]
Options
DescriptionOption
Specifies the path for a snapshot tree.-P SNAPTREEPATH
Disables a file system or directory for snapshots.-U
Creates a snapshot.-c
Deletes a snapshot.-d
A file system.f FSNAME
Lists snap trees.l
Enables a file system or directory for snapshots.m
Specifies a pattern for snapshot names.n NAMEPATTERN
Lists snapshots.s
Shows the usage for this command.?
116 X9000 File Serving Software commands