summaryrefslogtreecommitdiff
path: root/etc/ftpsync.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ftpsync.conf.sample')
-rw-r--r--etc/ftpsync.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/ftpsync.conf.sample b/etc/ftpsync.conf.sample
index f2b7dd5..e822bdb 100644
--- a/etc/ftpsync.conf.sample
+++ b/etc/ftpsync.conf.sample
@@ -35,6 +35,11 @@
## Everything else will only send mails if a mirror sync fails
#ERRORSONLY="true"
+## If you want the logs to also include output of rsync, set this to true.
+## Careful, the logs can get pretty big, especially if it is the first mirror
+## run
+#FULLLOGS="false"
+
## We do create three logfiles for every run. To save space we rotate them, this
## defines how.
#SAVELOG="savelog -t -c 14"