---
 PVE/Storage.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Storage.pm b/PVE/Storage.pm
index 5fcb502..140f8ae 100755
--- a/PVE/Storage.pm
+++ b/PVE/Storage.pm
@@ -476,7 +476,7 @@ sub storage_migrate {
                }
 
                my $cmd = ['/usr/bin/rsync', '--progress', '--sparse', 
'--whole-file',
-                          $src, "root\@${target_host}:$dst"];
+                          $src, "[root\@${target_host}]:$dst"];
 
                my $percent = -1;
 
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to