backing out to version 208 of util-vserver
[util-vserver.git] / scripts / legacy / vserver-copy
index 792d563..d7b968f 100755 (executable)
@@ -295,7 +295,7 @@ fi
 
 info "Syncing directories"
 # trailing slashes very important in the rsync!
-if ! rsync -Havxz --numeric-ids $rsflag $shcmd $vroot/ $dhost$colon$target/; then
+if ! rsync -avxz $rsflag $shcmd $vroot/ $dhost$colon$target/; then
        error 1 "rsync failed"
 fi