Currently, VMs can be retired by many different people for many different reasons. While we typically get to ask the question "how long do we need to hold onto this" before the source is actually deleted, sometimes we cannot. The backups still exist, but the VM doesn't exist on the source, so we can't just backup copy the backup data.
I've toyed around with different setups but can't seem to come up with a clean way to basically mount the most-recent restore point, create an archive, then dismount the restore point and let our retention policies do their job.
After looking at different options, it seems like the best solution would be
- instant recovery to some backend host
- VeeamZIP (or an on-demand backup job) setting the retention as desired
- tear down instant recovery VM
Seems like it isn't possible to backup an Instant Recovery machine, though. It shows up in the inventory, but VeeamZIP jobs just complete immediately:

Any advice here would be great. Thanks!