cron help or suggestions please
#1
I have been using XBMC for quite some time but i appreciate my linux knowledge is lacking.

im using an mx2 dual core with linux latest buildroot and gotham 13.1 my question

is there a way i could get the box to run a cron for me i would like it to just wget a file from my webserver and store it in userdata overwriting the file each time.

any addons that i could use or suggestions would be most helpfull

thank you very much
Reply
#2
crontab -e enables you to edit your crontab file, then just set your script to run as often as you like. The format of the script will be something like:

/usr/bin/wget http://serveraddress/path/to/fileyouwant -O /home/username/.xbmc/userdata/filename.xml
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
thanks nick thats what im after just need to figure out the paths on this mx2 box
Reply
#4
edit
Reply

Logout Mark Read Team Forum Stats Members Help
cron help or suggestions please0