From c7cfc614cbd193d7c8dd613c6e2b78ca7252f84f Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 24 Nov 2006 22:03:39 +0000 Subject: [PATCH] Use the same flags for legacy as the rsync build method's default. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2402 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- scripts/legacy/vserver-copy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.1.5