X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Flegacy%2Fvserver-copy;h=792d563c63496e36c3935b5083a9a99cde0beb91;hb=fc28db1eb4146796ec27c2fb15780d6303120261;hp=d7b968fcfb9a3c9c3231fa30754323616821703f;hpb=8cf13bb177d92c93eb73dc8939777150536c2d00;p=util-vserver.git diff --git a/scripts/legacy/vserver-copy b/scripts/legacy/vserver-copy index d7b968f..792d563 100755 --- a/scripts/legacy/vserver-copy +++ b/scripts/legacy/vserver-copy @@ -295,7 +295,7 @@ fi info "Syncing directories" # trailing slashes very important in the rsync! -if ! rsync -avxz $rsflag $shcmd $vroot/ $dhost$colon$target/; then +if ! rsync -Havxz --numeric-ids $rsflag $shcmd $vroot/ $dhost$colon$target/; then error 1 "rsync failed" fi