added configuration for logrotation rsync
authorMatthias Förste <foerste@schlittermann.de>
Fri, 03 Jul 2009 16:25:36 +0200
branchrsync
changeset 3 21716e8e5207
parent 2 754ed0e17e40
child 4 c17d14b6ff1f
added configuration for logrotation
.logrotate/conf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.logrotate/conf	Fri Jul 03 16:25:36 2009 +0200
@@ -0,0 +1,7 @@
+compress
+mail apt@apt
+
+"var/log/reprepro/lenny" "var/log/reprepro/log" "var/log/reprepro/raw" "var/log/reprepro/sid" "var/log/reprepro/squeeze" "var/log/reprepro/uncaught" {
+  rotate 100
+  size 1M
+}