anacron
This commit is contained in:
parent
20b6a79a3c
commit
93b657eeb8
@ -531,10 +531,14 @@ recoll
|
|||||||
task execute it every night. For example the following
|
task execute it every night. For example the following
|
||||||
<filename>crontab</filename> entry would do it every day at
|
<filename>crontab</filename> entry would do it every day at
|
||||||
3:30AM (supposing <command>recollindex</command> is in your
|
3:30AM (supposing <command>recollindex</command> is in your
|
||||||
PATH):</para>
|
PATH):
|
||||||
|
|
||||||
<programlisting>30 3 * * * recollindex > /some/tmp/dir/recolltrace 2>&1</programlisting>
|
<programlisting>30 3 * * * recollindex > /some/tmp/dir/recolltrace 2>&1</programlisting>
|
||||||
|
|
||||||
|
Or, using <command>anacron</command>:
|
||||||
|
<programlisting>1 15 su mylogin -c "recollindex recollindex > /tmp/rcltraceme 2>&1"</programlisting>
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>The usual command to edit your
|
<para>The usual command to edit your
|
||||||
<filename>crontab</filename> is
|
<filename>crontab</filename> is
|
||||||
<userinput>crontab -e</userinput> (which will usually start
|
<userinput>crontab -e</userinput> (which will usually start
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user