by caspar » Mon Apr 23, 2007 2:46 am
If you have followed the instructions in SCRATCH_INSTALL.txt, you can replace this following line in your crontab:
1,6,11,16,21,26,31,36,41,46,51,56 * * * 1,2,3,4,5,6 /usr/share/astguiclient/AST_CRON_mix_recordings_BASIC.pl
with for example:
00 23 * * * /usr/share/astguiclient/AST_CRON_mix_recordings_MP3.pl
This will schedule the server to convert the wav files to mp3 every night at 23h00. Notice the format of the cron job. FIRST the minutes, THEN the hour. Do not swap them around.