X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Flegacy%2Fvserver-copy;h=d7b968fcfb9a3c9c3231fa30754323616821703f;hb=2822ba293eb308225c50d346930c47bf98d9927b;hp=792d563c63496e36c3935b5083a9a99cde0beb91;hpb=3b34449070c0846fdc49436d1edd5916512f1644;p=util-vserver.git diff --git a/scripts/legacy/vserver-copy b/scripts/legacy/vserver-copy index 792d563..d7b968f 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 -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