AIX operating systemsHP-UX operating systemsLinux operating systemsOracle Solaris operating systemsWindows operating systems

Utilizing image backup to perform file system incremental backup

There are two methods of utilizing image backups to perform efficient incremental backups of your file system. These backup methods allow you to perform point-in-time restore of your file systems and improve backup and restore performance.

You can perform the backup only on formatted volumes; not on raw logical volumes. You can either use image backup with file system incremental or you can use image backup with image incremental mode to perform image backups of volumes with mounted file systems.

The following are some examples of using image backup with file system incremental.

AIX operating systemsHP-UX operating systemsLinux operating systemsOracle Solaris operating systems Windows operating systems

You must follow the next steps in the order shown to ensure that the server records additions and deletions accurately.

AIX operating systemsHP-UX operating systemsLinux operating systemsOracle Solaris operating systemsUse this command to restore the file system to its exact state as of the last incremental backup: dsmc restore image /myfilesystem -incremental -deletefiles.

Windows operating systemsUse this command to restore the file system to its exact state as of the last incremental backup: dsmc restore image h: -incremental -deletefiles.

During the restore, the client does the following:

If you do not follow the steps exactly, two things can occur:

  1. After the original image is restored, all files backed up with the incremental command are restored individually.
  2. If you perform a backup image before performing an incremental, files deleted from the original image are not deleted from the final restored file system.

The following are some examples of using image backup with image incremental mode.

AIX operating systemsHP-UX operating systemsLinux operating systemsOracle Solaris operating systems Windows operating systems
Note: You should perform full image backups periodically in the following cases. This will improve restore time because fewer changes are applied from incrementals.
  • When a file system changes substantially (more than 40%).
  • Once each month.
  • As appropriate for your environment.

The following restrictions apply when using the image backup with image incremental mode: