Digressive / HyperV-Backup-Utility

Flexible Hyper-V Backup Utility
https://gal.vin/posts/vm-backup-for-hyper-v/
MIT License
120 stars 38 forks source link

Added check for backup directory existence. #5

Closed flexplate closed 4 years ago

flexplate commented 4 years ago

If the backup directory doesn't exist then the first VM will be backed up to a file with no extension and the name of the backup directory. All further VMs will be backed up in the working directory (if different from $Backup) and will fail to copy across as the destination "directory" is a file. This commit should fix this issue.