Need to setup a backup job over WAN to remote site.
- Created seed job locally at source site, which ended up consisting of 7 restore points
- This was was copied to USB drive and shipped to destination
- Upon arrival at destination site, the 5th VIB was found to be corrupt (size = 0), making any following backups unusable - not a problem as we're happy to use any of the preceeding points
- Copied files up to repository at destination site and imported backups. Tested an instant recovery and all worked OK (up till corrupt VIB restore point of course)
- Added refernce to that repository at source site - created job and mapped to the backup - all loks OK
- When running job, error is encountered due to the corrupt VIB file - ie its trying to use the latest restore point referred to in the VBM, which it can't construct
- I tried removing the corrupt and subsequent vibs file manually from disk and then import, but the VBM still has reference to those restore points, and so the job still fails
- Thought about restoring the full VM's at the destination site from a valid restore point, and then backing them up again, however expect this won't work since they will pick up different VM ID's and so the backup job from source site won't map them
- VBM file itself looks a mess so doubt I can hack that - would it be possible to hack the DB to remove those restore points?
Bueller??