diff -ru3 conf/logfiles/cron.conf conf/logfiles/cron.conf --- conf/logfiles/cron.conf 2016-03-08 23:01:28.075770384 +0100 +++ conf/logfiles/cron.conf 2016-03-08 23:02:48.449234295 +0100 @@ -18,6 +18,7 @@ # If the archives are searched, here is one or more line # (optionally containing wildcards) that tell where they are... Archive = cron.* +Archive = old/cron.* Archive = archiv/cron.* Archive = cron-* Archive = archiv/cron-* diff -ru3 conf/logfiles/kernel.conf conf/logfiles/kernel.conf --- conf/logfiles/kernel.conf 2016-03-08 23:01:28.075770384 +0100 +++ conf/logfiles/kernel.conf 2016-03-08 23:05:06.712745252 +0100 @@ -12,8 +12,10 @@ # kernel log file for debian-based systems +LogFile = kernel LogFile = kern.log LogFile = kern.log.0 +Archive = kernel.* Archive = kern.log.*.gz Archive = kern.log-*.gz *ExpandRepeats diff -ru3 conf/logfiles/maillog.conf conf/logfiles/maillog.conf --- conf/logfiles/maillog.conf 2016-03-08 23:01:28.075770384 +0100 +++ conf/logfiles/maillog.conf 2016-03-08 23:07:37.896185144 +0100 @@ -21,6 +21,7 @@ # If the archives are searched, here is one or more line # (optionally containing wildcards) that tell where they are... #If you use a "-" in naming add that as well -mgt +Archive = old/mail.* Archive = maillog.* Archive = maillog-* Archive = syslog.* diff -ru3 conf/logfiles/messages.conf conf/logfiles/messages.conf --- conf/logfiles/messages.conf 2016-03-08 23:01:28.075770384 +0100 +++ conf/logfiles/messages.conf 2016-03-08 23:08:19.822868337 +0100 @@ -16,6 +16,7 @@ # If the archives are searched, here is one or more line # (optionally containing wildcards) that tell where they are... #If you use a "-" in naming add that as well -mgt +Archive = old/messages.* Archive = messages.* Archive = archiv/messages.* Archive = messages-* diff -ru3 conf/logfiles/secure.conf conf/logfiles/secure.conf --- conf/logfiles/secure.conf 2016-03-08 23:01:28.075770384 +0100 +++ conf/logfiles/secure.conf 2016-03-08 23:06:34.552816737 +0100 @@ -13,6 +13,7 @@ # What actual file? Defaults to LogPath if not absolute path.... LogFile = secure LogFile = authlog +LogFile = auth LogFile = auth.log LogFile = auth.log.0 @@ -21,6 +22,7 @@ #If you use a "-" in naming add that as well -mgt Archive = secure.* Archive = archiv/secure.* +Archive = old/auth.* Archive = authlog.* Archive = auth.log.*.gz Archive = secure-* diff -ru3 conf/logfiles/vsftpd.conf conf/logfiles/vsftpd.conf --- conf/logfiles/vsftpd.conf 2016-03-08 23:01:28.075770384 +0100 +++ conf/logfiles/vsftpd.conf 2016-03-08 23:08:47.886210003 +0100 @@ -17,6 +17,7 @@ # If the archives are searched, here is one or more line # (optionally containing wildcards) that tell where they are... #If you use a "-" in naming add that as well -mgt +Archive = old/vsftpd.log.* Archive = vsftpd.log.* Archive = archiv/vsftpd.log.* Archive = vsftpd.log-*