summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSimon Paillard <simon.paillard@resel.enst-bretagne.fr>2010-03-13 16:21:32 +0100
committerSimon Paillard <simon.paillard@resel.enst-bretagne.fr>2010-03-13 16:21:32 +0100
commit85c0d9721c5ef29d90e883cd3f04e2a8f7301bfe (patch)
tree5f3b1799318531228f3a503561df8e8d8a31ead3 /etc
parentccd86cba4b16862aaaa04a5a47d91576dfceb3cd (diff)
Defualt RSYNC_OPTIONS: preserve permissions
Diffstat (limited to 'etc')
-rw-r--r--etc/ftpsync.conf.sample2
-rw-r--r--etc/websync.conf.sample2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample
index b96c3d8..e6615e7 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -102,7 +102,7 @@
## BE VERY CAREFUL WHEN YOU CHANGE THE RSYNC_OPTIONS! BETTER DON'T!
## Default rsync options every rsync invocation sees.
-#RSYNC_OPTIONS="-rltvHSB8192 --timeout 3600 --stats --exclude Archive-Update-in-Progress-${MIRRORNAME} --exclude ${TRACE} --exclude Archive-Update-Required-${MIRRORNAME}"
+#RSYNC_OPTIONS="-prltvHSB8192 --timeout 3600 --stats --exclude Archive-Update-in-Progress-${MIRRORNAME} --exclude ${TRACE} --exclude Archive-Update-Required-${MIRRORNAME}"
## Options the first pass gets. We do not want the Packages/Source indices
## here, and we also do not want to delete any files yet.
diff --git a/etc/websync.conf.sample b/etc/websync.conf.sample
index 7a0aca7..7a39313 100644
--- a/etc/websync.conf.sample
+++ b/etc/websync.conf.sample
@@ -92,7 +92,7 @@
## BE VERY CAREFUL WHEN YOU CHANGE THE RSYNC_OPTIONS! BETTER DON'T!
## Default rsync options every rsync invocation sees.
-#RSYNC_OPTIONS="-rltvHSB8192 --timeout 3600 --stats --exclude Archive-Update-in-Progress-${MIRRORNAME} --exclude ${TRACE} --exclude Archive-Update-Required-${MIRRORNAME}"
+#RSYNC_OPTIONS="-prltvHSB8192 --timeout 3600 --stats --exclude Archive-Update-in-Progress-${MIRRORNAME} --exclude ${TRACE} --exclude Archive-Update-Required-${MIRRORNAME}"
## Default rsync options
#RSYNC_OPTIONS2=${RSYNC_OPTIONS2:-"--max-delete=40000 --delay-updates --delete --delete-after --delete-excluded"}