So the company i am employed at is looking at doing backups of their VMs using Vertical, however they want to do backups of VMs at different intervals.
I noticed that if a vertical backup job is already running, i am unable to run another one, which leads me to believe that there might be an issue if 2 tasks overlap.
Lets say i have vm1 run 10 minutes past the hour every day, and vm2 run 30 minutes past the hour everyday
If vm1 takes over 20 minutes to complete, vm2 will fail to backup.
Is there a way to resolve this? Or am i left to scheduling backups of each VM on different days, with plenty of hours inbetween?
You can remove the .verticalbackup/plock file prior to running the backup to avoid the singleton check. Or you can simply initialize two separate directories and back up different vms from each directory.