FSSNAP(8) | Maintenance Commands and Procedures | FSSNAP(8) |
fssnap - create temporary snapshots of a file system
fssnap [-F FSType] [-V] -o special_options /mount/point
fssnap -d [-F FSType] [-V] /mount/point | dev
fssnap -i [-F FSType] [-V] [-o special_options]
[/mount/point | dev]
The fssnap command creates a stable, read-only snapshot of a file system when given either an active mount point or a special device containing a mounted file system, as in the first form of the synopsis. A snapshot is a temporary image of a file system intended for backup operations.
While the snapshot file system is stable and consistent, an application updating files when the snapshot is created might leave these files in an internally inconsistent, truncated, or otherwise unusable state. In such a case, the snapshot will contain these partially written or corrupted files. It is a good idea to ensure active applications are suspended or checkpointed and their associated files are also consistent during snapshot creation.
File access times are not updated while the snapshot is being created.
A path to the virtual device that contains this snapshot is printed to standard output when a snapshot is created.
The following options are supported:
-d
-F FSType
-i
-o special_options
-V
The following operands are supported:
/mount/point
See FSType-specific man pages for examples.
The following exit values are returned:
0
>0
/etc/vfstab
/etc/default/fs
This command might not be supported for all FSTypes.
August 11, 2004 | OmniOS |