From efb5c1fd251cd8d9c78137e23e4d33c638ba9a65 Mon Sep 17 00:00:00 2001 From: Danny Fullerton Date: Mon, 28 Mar 2016 13:45:23 -0400 Subject: [PATCH] Fix --rename-conflicting option. The code was fully implemented - and tested - but didn't worked from the cli. --- qvm-tools/qvm-backup-restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qvm-tools/qvm-backup-restore b/qvm-tools/qvm-backup-restore index d3ff527c..00ad7ba4 100755 --- a/qvm-tools/qvm-backup-restore +++ b/qvm-tools/qvm-backup-restore @@ -115,6 +115,8 @@ def main(): restore_options['use-default-netvm'] = True if options.replace_template: restore_options['replace-template'] = options.replace_template + if options.rename_conflicting: + restore_options['rename-conflicting'] = True if not options.dom0_home: restore_options['dom0-home'] = False if options.ignore_username_mismatch: