Veritas NetBackup™ Release Notes
- About NetBackup 8.3
- New features, enhancements, and changes
- NetBackup 8.3 new features, changes, and enhancements
- Operational notes
- NetBackup installation and upgrade operational notes
- NetBackup administration and general operational notes
- NetBackup administration interface operational notes
- NetBackup Bare Metal Restore operational notes
- NetBackup Cloud operational notes
- NetBackup with Veritas CloudPoint operational notes
- NetBackup database and application agent operational notes
- NetBackup internationalization and localization operational notes
- NetBackup for NDMP operational notes
- NetBackup Snapshot Client operational notes
- NetBackup virtualization operational notes
- Appendix A. About SORT for NetBackup Users
- Appendix B. NetBackup installation requirements
- Appendix C. NetBackup compatibility requirements
- Appendix D. Other NetBackup documentation and related documents
Replica retention value is not honored even if it is longer than the snapshot retention value
Amazon AWS cloud snapshot replica retention is not honored when it is different from the primary snapshot retention.
Workaround:
Use the following command to get a list of all the cloud images along with other image information:
<install_path>/bpimagelist -L -pt Cloud
To get images for specific a client:
<install_path>/bpimagelist -L -client <client_name>
Use the following command to check images that have a replica copy:
<install_path>/bpimagelist -L -pt Cloud -backupid <backup_id>
Search for the keyword "number of copies" and if the number_of_copies value is greater than 1 then it implies that image has replica copies.
Use one of the following commands to update expiry time for each replica copy:
<install_path>/bpexpdate -recalculate -backupid <backup_id> -ret <retention_level> -copy <copy_number>
<install_path>/bpexpdate -backupid <backup_id> -d <date_in_format mm/dd/yy hh:mm:ss> -copy <copy_number>