-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
If one domain has two qcow2 file share the same name in different folder, backup will be successful but restore may fail.
For example, domain test
has 2 qcow2 file, vda
in /mnt/a/data.qcow2
and vdb
in /mnt/b/data.qcow2
. Backup was successful, but I met problem when restore it. The restore tried to put the 2 data.qcow2
into the same target_dir
, which threw a qcow2 file already exists
error.
Metadata
Metadata
Assignees
Labels
No labels