Document -q, -B

This commit is contained in:
Vincent Riquer 2013-09-28 13:38:16 +02:00
parent cf3652c028
commit 783b1946c8

11
README
View File

@ -77,6 +77,17 @@ If, for whatever reason, you need to force the regeneration of a destination,
after changing the quality settings for example, run after changing the quality settings for example, run
$ atom -F <destination name> $ atom -F <destination name>
Running as a cronjob:
---------------------
If you want to run AtOM as a cronjob, atom -q will give you a cleaner output,
more suitable for mail or logfile output. You may also want to limit the size of
each batch with -B <batch size>. AtOM will not create or update more than
<batch size> destination files.
For example:
#m h dom mon dow command
0 5 * * * atom -B 1000 -q
================= =================
Technical details Technical details
----------------- -----------------