summaryrefslogtreecommitdiff
path: root/etc/websync.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/websync.conf.sample')
-rw-r--r--etc/websync.conf.sample2
1 files changed, 1 insertions, 1 deletions
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"}