I have a script which takes a picture with the raspberry cam and then upload it to a dropbox.
The script is running succesfully when i just tip
Code: Select all
./testcam.shSo I looked and find that linux as the crontab function which is made for that.
I tip "sudo crontab -e" and updated this file this way :
Code: Select all
# Edit this file to introduce tasks to be run by cron.
*/2 * * * * pi /home/pi/testcam.sh
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the taskAnd... nothing happen every two minutes....
On the link of the dropbox uploader script (https://github.com/andreafabrizi/Dropbox-Uploader) there are things sayed about the use with a cron job but I don't get it..
Any one for a big help ?
Thank's !
Hugo