The bpfis command can create, delete, or query snapshots of a client system (file system or volume).
For more detailed examples and procedures for using bpfis, refer to the NetBackup Snapshot Client Administrator's Guide.
The bpfis command allows the following operations:
The following are the other options for the bpfis command:
The remote host or alternate client on which the snapshot is made accessible. The default is the local host.
On Windows systems, the -rhost option can be used with the FlashSnap method only.
For bpfis create, this option is a user-defined snapshot identifier. The default ID is a timestamp that shows when the image was created.
For bpfis delete, this option designates the ID of the snapshot to be deleted.
For bpfis query, this option designates the ID of the snapshot for which to return information.
Indicates the verbosity levels in the log files. -V is a higher level of verbosity than -v. Default is non-verbose.
Specifies the snapshot method to use to create the image. Select the method by using the type of data and hardware that the client uses.
For details on snapshot methods, refer to the NetBackup Snapshot Client Administrator's Guide.
The available options
depend on the snapshot method. For a list of snapshot methods and
their options, refer to the <opt_params> area of each snapshot method
(FIM) listed in the vfm.conf
file.
For example, under the BusinessCopy snapshot method, the first optional parameter is listed as follows:
keep_fi=%b[0]#Keep frozen image after backup
Where keep_fi= is the option, and the value is Boolean (0 for no, 1 for yes).
For an example of the bpfis command that uses the value option, refer to bpfis in the NetBackup Snapshot Client Administrator's Guide.
Specifies the NetBackup policy type that the snapshot method must support.
Specifies the path of the file system or volume from which the snapshot is to be made.
Create a snapshot of
E:\
on hostB
by using the FlashSnap method on a Windows
client.
install path\bin\bpfis create -rhost hostB -fim FlashSnap E:\
INF - BACKUP START 26808 INF - FIS_ID=1034037338 INF - REMAP FILE BACKUP E: USING <GUID> OPTIONS:ALT_PATH_PREFIX=/tmp/_vrts_frzn_img_26808,FITYPE INF - EXIT STATUS 0: the requested operation was successfully completed
To obtain information about a particular snapshot on the local host:
# bpfis query -id 1034037338
INF - BACKUP START 26838 INF - Frozen image host : ricochet INF - Frozen image owner: GENERIC INF - Time created : Mon Oct 7 19:35:38 2007
INF - REMAP FILE BACKUP E: USING <GUID> (Windows systems)
OPTIONS:ALT_PATH_PREFIX=/tmp/_vrts_frzn_img_26808,FITYPE=MIRROR,
MNTPOINT=E:\,FSTYPE=NTFS (Windows systems)
INF - EXIT STATUS 0: the requested operation was successfully completed
To delete a snapshot on the local host:
# bpfis delete -id 1034037338
INF - BACKUP START 26839 INF - EXIT STATUS 0: the requested operation was successfully completed