projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7b2e440
)
Use the same flags for legacy as the rsync build method's default.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 24 Nov 2006 22:03:39 +0000 (22:03 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 24 Nov 2006 22:03:39 +0000 (22:03 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2402
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
scripts/legacy/vserver-copy
patch
|
blob
|
history
diff --git
a/scripts/legacy/vserver-copy
b/scripts/legacy/vserver-copy
index
d7b968f
..
792d563
100755
(executable)
--- 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