Describes how to create full dump files and add incremental volume dump files.
You can use volume dump create to create two types of files:
A full dump file is useful for restoring a volume from scratch. An incremental dump file contains the changes necessary to take an existing (or restored) volume from one point in time to another. Along with the dump file, a full or incremental dump operation can produce a state file (specified by the ?-e parameter) that contains a table of the version number of every container in the volume at the time the dump file was created. This represents the end point of the dump file, which is used as the start point of the next incremental dump. The main difference between creating a full dump and creating an incremental dump is whether the -s parameter is specified; if -s is not specified, the volume create command includes all volume data and creates a full dump file. If you create a full dump followed by a series of incremental dumps, the result is a sequence of dump files and their accompanying state files:
dumpfile1 statefile1
dumpfile2 statefile2
dumpfile3 statefile3
When you create a dump file for a volume enabled for data at rest encryption, data in the dump file is not encrypted.
To create and maintain an up-to-date dump of a volume: