Offsite backup questions
We now have our BE backups up and running, saving to a dedicated NAS (connected via iSCSI). This is all working fine. However, once a month I'd like to duplicate a full backup to an external drive connected via USB. These drives should rotate. Every year, the first backup of the year will be pulled out of rotation and not overwritten.
A few questions on this:
- These backups obviously require BE to restore. Let's say 5 years down the road, we need to pull something off of one of the old disks. Maybe we're not running BE anymore, or maybe the product has changed sufficiently it won't restore from these backups. Are there any recommended ways to deal with this? I was thinking of including an OVF template export of the BE server on each disk, so worst came to worst we could spin up the VM on an older version of ESXi. Any better ideas?
- I'd want only the one full backup to be on each disk, just to keep things clean. (Since these aren't our primary backup media, we don't need lots of multiple copies and whatnot.) Should I just have a scheduled task to clean the drive - except for the abovementioned OVF or whatever - when it's physically swapped? Or something similar?
- Will I run into issues with expiries on these backups? So if I put a disk from 3 months ago in, will it recognize it's old and try to expire the backup set? Can I set a different expiration period (or none) for the duplicate backup than the main backup has?
- Do I need to make these external disks into a storage pool the same way I would if they were my primary backup location? Or does it matter, since I'm just putting a single standalone copy on and not trying to maintain dependancies or anything?
- Any concepts I'm just completely missing about this? :-)
Thank you!
Hi,
I'll try answer some of them.
1. Backing up to a normal B2D, Backup Exec uses the *.bkf format which means you should be able to restore with a future version. That said, another option is to keep an older version of BE on hand with a server (physical is preferable, VM should be fine when restoring via B2D) and restore this way.
2. Not quite sure what you mean here...
3. If you set the retention times correctly on the media set, then BE will not expire the data on those drives. Even if it does, you'd simply have to Inventory and then Catalog the data to be able to restore it.
4.
5. None that I can think of. Otherwise increase the available space on the NAS to allow for more FULL backups to be kept.
Thanks!
Consider setting up "Duplicate" backups to the external disks. And yes, different retention periods can be set for the Duplicate vs the Original. While setting up the Duplicate, you can also choose to have the backup copy over only the latest full backup to the extneral disks.
You can automate the backup to your USB disks by adding a duplicate stage to the job that you want to save. If this duplicate stage targets a device pool then you don't have to modify this stage every time you use a new disk. For each new disk, you just need to define a disk storage on it and add it to the device pool and the duplicate stage will be able to use it.
To precisely address your concern about pluggin in old disks and having their contents wiped out, by default, if a disk storage is offline for more than 2 weeks, it will automatically be marked as read-only, thus protecting any contents from being wiped out.
2. If you duplicate the data it would only duplicate the latest backup.
3. ...when you duplicate, you should be able to specify a different media set. This media set would be set to not append/overwrite, or just set the OPP to 10 years. bear in mind that when doing this, software upgrades are going to have happend multiple times...
5. Understood!
Thanks!