All
Thanks for the posts - great to see so much discussion on the forums. Some items/clarification
1) As some folks have already stated, VDR does not have native support of any removable media (tape, DVD, etc).
2) All backups are written to disk in a VDR proprietary format (compressed and deduped) - so only VDR can read from this "dedupe store"
3) This dedupe store is effectively a bunch of files running on tthe destination disk's file system - so there are just files and since they all reside in the same directory, they are absolutely transportable/backup-able/move-able. As some folks had mentioned, if the destination is a CIFS share, then any backup/recovery software that can "see" these files will be able to move them to tape. For those of us lucky enough to have replication technology deployed, you should be able to take advantage to replicate the dedupe store to another destination
4) The state of the VDR appliance is also kept in the dedupe store. This means backup jobs, logs, etc are kept, so in the event of a DR scenario, newly provisioned VDR appliance and pointing it to the dedupe store (either existing or restored from media) will return the VDR appliance to the last known state
So here comes the tricky part.......
1) VDR has a concept called a backup window. The little secret is that in addition to backups, we will also perform "housekeeping" of the dedupe store such as integrity checks and deletion of out policy restore points (i.e older than what the retention policy calls). During this time, the dedupe store is "active".
2) In addition, if you are performing restores or bringing backup jobs into compliance, VDR will allow these operations outside the backup window, so again the dedupe store will be "active".
So, if you did want to backup the dedupe store, you will need to ensure that the dedupe store is inactive. The only way to guarantee this today is to power off the VDR appliance.
We are in the process of creating some VDR best practice documents covering a variety of topics - we plan to get this out in the next 30-60 days.
Thanks!