How a dump backup works
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
A dump backup writes file system data from disk to tape using a predefined process. You can back up a volume, a qtree, or a subtree that is neither an entire volume nor an entire qtree.
The following table describes the process that ONTAP uses to back up the object indicated by the dump path:
Stage | Action |
---|---|
1 |
For less than full volume or full qtree backups, ONTAP traverses directories to identify the files to be backed up. If you are backing up an entire volume or qtree, ONTAP combines this stage with Stage 2. |
2 |
For a full volume or full qtree backup, ONTAP identifies the directories in the volumes or qtrees to be backed up. |
3 |
ONTAP writes the directories to tape. |
4 |
ONTAP writes the files to tape. |
5 |
ONTAP writes the ACL information (if applicable) to tape. |
The dump backup uses a snapshot of your data for the backup. Therefore, you do not have to take the volume offline before initiating the backup.
The dump backup names each snapshot it creates as snapshot_for_backup.n
, where n
is an integer starting at 0. Each time the dump backup creates a snapshot, it increments the integer by 1. The integer is reset to 0 after the storage system is rebooted. After the backup operation is completed, the dump engine deletes this snapshot.
When ONTAP performs multiple dump backups simultaneously, the dump engine creates multiple snapshots. For example, if ONTAP is running two dump backups simultaneously, you find the following snapshots in the volumes from which data is being backed up: snapshot_for_backup.0
and snapshot_for_backup.1
.
|
When you are backing up from a snapshot, the dump engine does not create an additional snapshot. |