backup small file with wget/crontab

how can i backup a small file say every 15 minutes with wget and crontab?

*/15 * * * * /usr/bin/wget -O/tmp/zand.txt http://members.xx.xx/pilder/zand.txt

this does't work, the fill in /tmp is 0 bytes

 

 

 

 

Top