Let's say I have a 3 node PVE Cluster
Node 1 contains
* VM100
* CT101
* CT102
Node 2
* VM104
* CT103
Node 3
* VM105
Also I have a single PBS host added as storage to the cluster.
I want to create a daily backup job that backs up all VMs
To reduce system load on the backup server which has not much compute power, not much RAM etc., I want an option in the backup job that enforces that only one VM at a time is backed up, the next should only start once all writes are done for the previous VM/CT
Also, to save power I want an option to etherwake the PBS host a few minutes before the Backup Job starts
Once the backup is complete, the PBS host should automatically shutdown
Node 1 contains
* VM100
* CT101
* CT102
Node 2
* VM104
* CT103
Node 3
* VM105
Also I have a single PBS host added as storage to the cluster.
I want to create a daily backup job that backs up all VMs
To reduce system load on the backup server which has not much compute power, not much RAM etc., I want an option in the backup job that enforces that only one VM at a time is backed up, the next should only start once all writes are done for the previous VM/CT
Also, to save power I want an option to etherwake the PBS host a few minutes before the Backup Job starts
Once the backup is complete, the PBS host should automatically shutdown