From ba0c13ec499f48c250a8da3beb08b9b3fbf77d2b Mon Sep 17 00:00:00 2001 From: WebSTUMP Date: Wed, 21 Nov 2012 12:04:17 +0000 Subject: [PATCH] crontab.part.INO: rotate xlog event log weekly, not twice a week --- crontab.part.INO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab.part.INO b/crontab.part.INO index 764da64..da97af9 100644 --- a/crontab.part.INO +++ b/crontab.part.INO @@ -3,7 +3,7 @@ # ssh webstump@chiark live-mtm/install-aggregates # #m h d m dow -50 7 * * 1,4 savelog -p live-%ABBREV%/xlog/log/%GROUP%/event.log +50 7 * * 1 savelog -p live-%ABBREV%/xlog/log/%GROUP%/event.log 51 7 12 * * savelog -p live-%ABBREV%/errs 52 7 12 * * savelog -p live-%ABBREV%/webstump/log/webstump.log 53 7 * * 1 find live-%ABBREV%/xlog/log/%GROUP%/public -mtime +14 -print0 | xargs -r0 rm -- -- 2.30.2