December 14, 2004

Veritas Duplicates

Now that we’ve got new tapes, and I’ve learned a bit more about NetBackup, I’ve got a working image duplication.

First, collect the backup IDs, using some variant of bpimagelist: bpimagelist -hoursago 120 -L -st FULL -client client. Collect the backup IDs in a file, one ID per line.

Choose a new retention level for the duplicates. This is the important part. If a retention level is not specified, it uses the one from the original, which (a) may not be what we want for off-site archives, and (b) if the retention levels differ amongst the images, they’ll be put on different tapes from the duplicates pool (if there are enough tapes available). Specifying the retention level allows us to put all of the user and business data from PACO and ROJ on the same tape.

Retention levels:

levelretention time
01 week
12 weeks
23 weeks
31 month
42 months
53 months
66 months
79 months
81 year
9infinite
10 or higherimmediate expiration

The actual command for duplication is thus:

bpduplicate -Bidfile file -dstunit eyewi-hcart2-robot-tld-1 -L bpduplicate.log -mpx -rl level -v

Posted by Rowan Littell at December 14, 2004 09:10 AM