chiark
/
gitweb
/
~mdw
/
mirror-admin
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lib/functions.sh: Tweak rsync options somewhat.
[mirror-admin]
/
lib
/
functions.sh
diff --git
a/lib/functions.sh
b/lib/functions.sh
index 7c5fbe9a5b5fbae232070279c97912f816ec8cdf..6f6a84ffaa1defb643096e6b0a12d7ffedb1e8b3 100644
(file)
--- a/
lib/functions.sh
+++ b/
lib/functions.sh
@@
-12,7
+12,7
@@
standard_rsync () {
--timeout=$rsync_timeout \
--times --omit-dir-times \
--links --safe-links \
--timeout=$rsync_timeout \
--times --omit-dir-times \
--links --safe-links \
- --delete-d
uring --delete-excluded
\
+ --delete-d
elay --delete-excluded --delay-updates
\
--chmod=ug=rw,o=r,Dg+s,Da+x --perms \
"$@"
rc=$?
--chmod=ug=rw,o=r,Dg+s,Da+x --perms \
"$@"
rc=$?