According to the IBM Spectrum Protect V8.1.9 documentation, the option to restore the most recent backup version of a file, even if the backup is inactive, is the LATEST option. This option will restore the last backup version of a file regardless of the backup's status.
Here is an example command using the LATEST option to restore a file:
restore /home/user1/testfile -latest
This command will restore the most recent backup version of the file "testfile" regardless of whether the backup is active or inactive.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit