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