summaryrefslogtreecommitdiff
path: root/etc/ftpsync.conf.sample
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-08 10:49:34 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-08 10:49:34 +0100
commit33c9af5e463538b72024009c0b35aad3dfef487d (patch)
tree8c0344e1f1f1c8c170a00da612c32b21110667cf /etc/ftpsync.conf.sample
parent054d747167dfd1cc344fb0f597e5e46506846bff (diff)
ftpsync
make it possible to send full rsync logs too. default is off Signed-off-by: Joerg Jaspert <joerg@debian.org>
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"