Multi Backup Restore Script?

300cpilot

Well-Known Member
Mar 24, 2019
115
6
58
Is their a script or easy way to have ProxMox restore multiple backups at a time? I saw the cli for pct and also wondering if a bash script could handle it?
Currently I have only found to be able to do this one at a time.
 
Of course bash can handle this, it's also a programming language.

The more pressing question is why? Why do you want to restore multiple VMs?

Because I had a controller go bad and wipe out my drives, so I had to restore 90+ containers and VM's from the backup.
 
For those that find this later I was looking for a script that someone else had already built and that I could use.
I just used the pct with a loop to restore them.