hi windhu. you can handle these problems with shell commands.

On Thu, 21 Sep 2006, Windhu Syaputra Syarif wrote:

1. the file's name is the same so wget clobbered it as 1 (need an auto rename or
a time stamp on it)

use:

   wget -O filename_`date +%Y-%m-%d_%H%M` ...

where filename is whatever you want.

2. wget doesnt check for update by the hour (need the command so that wget
always ask if there is something new)

use a cron job (run `man cron` for more info), or leave this running in a
shell:

  watch -n 60m wget ...

-Ryan

--
http://snarfed.org/

Reply via email to