SQL backup duplication.
I want to duplicate my old SQL backup with different retention, is this possible in case of SQL backup?
I see under catalog search parent job is not listed for old SQL backup. this can create any hurdle in restore?
Is there any other way to duplicate SQL backup.
Parent job is not listed as because no actual data is transferred against the parent job.
Only Child jobs running against the Default Application are transferring data and stored in Image catalog as User Backup with values under 'Files' and 'Kbytes' as you can see in above output.
The Parent job is reporting 0 in these columns.So, you will be able to duplicate the above images from the GUI or from cmd using bpduplicate.
When using bpduplicate, best to get a list of image id's with bpimagelist and -idonly option (instead of -U).
You can then add the list of image id's to a text file and use '-bidfile' option with bpduplicate command.
See NetBackup Commands Reference Guide: http://www.symantec.com/docs/DOC5182