wefixit-AT / oVirtBackup

This is a tool, written in Python, to make online fullbackup's of a VM which runs in an oVirt environment.
MIT License
105 stars 54 forks source link

Flags to control clone-to-vm and export-to-nfs #89

Open richard-tns opened 1 year ago

richard-tns commented 1 year ago

Added --clone-to-vm and --export-to-nfs options, false by default, to control if the script should create a VM clone and/or export the snapshot to the defined NFS export. These aren't always required, e.g daily backup script, so wanted them configurable.

Also includes PR #87 from GMasta2000