aruhier / virt-backup

Backup your kvm guests managed by libvirt
Other
107 stars 23 forks source link

Hand over config location with parameter #47

Closed rhoriguchi closed 1 year ago

rhoriguchi commented 2 years ago

A nice feature would be, to be able to hand over the config file as a call parameter. Since I would prefer to call it with a config path instead of having it search at certain locations.

virt-backup --config /path/config.yml
virt-backup -c /path/config.yml
aruhier commented 1 year ago

Hi, Thanks a lot for the feature request. I implemented it in 25318bc.