No problem:
- backup list - what we going to save (I’m going to start 2 queues, so I have 2 lists)
- backup_start.sh - Parent script, that work with list of backup disks vm’s (It calls from cron.d)
- vm_disk_dump.sh - Saves vm’s disk in image store, with *.bak name
- vm_disk_move.sh - Finds all *.bak images and transfer its to backup store
Here link to download