From 33c9af5e463538b72024009c0b35aad3dfef487d Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 8 Nov 2008 10:49:34 +0100 Subject: ftpsync make it possible to send full rsync logs too. default is off Signed-off-by: Joerg Jaspert --- etc/ftpsync.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/ftpsync.conf.sample') 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" -- cgit v1.2.3