From 93b657eeb8f422863adbba3125ffb2e34ddcbcc8 Mon Sep 17 00:00:00 2001 From: dockes Date: Sun, 13 Dec 2009 21:40:19 +0000 Subject: [PATCH] anacron --- src/doc/user/usermanual.sgml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 2762f790..8282251b 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -531,10 +531,14 @@ recoll task execute it every night. For example the following crontab entry would do it every day at 3:30AM (supposing recollindex is in your - PATH): + PATH): 30 3 * * * recollindex > /some/tmp/dir/recolltrace 2>&1 + Or, using anacron: +1 15 su mylogin -c "recollindex recollindex > /tmp/rcltraceme 2>&1" + + The usual command to edit your crontab is crontab -e (which will usually start