All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)* If you are happy with the results, you can place the script in cron to run every night automatically and you can check the results at your convenience. 
<code>cp ~/bos_accounting/bos_accounting.log ~/</code> and then add to crontab via 
<code> crontab -e</code> and add the following lines. 
<pre> 55 23 * * * ~/bos_accounting/bos_accounting.sh >>~/bos_accounting.log 2>&1</pre>
<code>ctrl -x y enter</code> to save and exit
check via <code>crontab -l</code> and you can see your entry.