List to manage which backup is used
To control which backup file is used, do not enable the option to restore from the last backup. Instead, create a file called restore_list
on your storage device. Ensure that it contains the names of the files you want to restore from. These files must be listed in order, starting with the first backup file you want to restore from.
You can run a command to see the CMS maintenance backups on your server. For example, if maintenance backups on server finch
begin on October 4 with a full backup followed by an incremental backup on October 6, October 8, and October 10, you can run the ls -rt *finch* command to see the backup files in your backup storage area. To create a list of these file names in the restore_list
file, run the ls -rt *finch* > restore_list command.