6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_snap
Manages file system snapshots.
Description
The StoreAll software snapshot feature captures a point-in-time copy of a file system or directory
for online backup purposes and simplifies recovery of files from accidental deletion. Software
snapshots can be taken of the entire file system or selected directories. Users can access the file
system 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.
IMPORTANT: Before deleting a directory that contains snapshots, take these steps:
Delete the snapshots (use ibrix_snap).
Reclaim the file system space used by the snapshots (use ibrix_snapreclamation).
Remove snapshot authorization for the snap tree (use ibrix_snap).
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
182 StoreAll commands