Corsinvest / cv4pve-barc

Backup And Restore Ceph for Proxmox VE
https://www.cv4pve-tools.com
GNU General Public License v3.0
82 stars 22 forks source link

Initialize arrays to prevent values filled from previous jobs/vm #22

Closed andischerer closed 6 years ago

andischerer commented 6 years ago

Hey There,

this Pull request tries to address the following scenario:

Backup of 2 vms. The first vm has multiple disks. The second vm has exactly one disk.

The backup from the first vm is created successfully. The backup job from the second vm fails to backup disk no2 which indeed doesnt exists. The backup paths are still filled from the values of the first vm backup job

relates to #21

franklupo commented 6 years ago

Great work

Best regards