I'm trying to use cron to run hpodder to download my video podcasts. I've tried using the Task Scheduler (Kcron) that's in System Settings, and I've also done "crontab -e" in the terminal to manually edit it. No matter which way I do it it seems to randomly either do nothing or run hpodder but not completely.
This is the line I'm entering in the crontab.
0 10,18,23 * * * /usr/bin/hpodder
I notice that when I do crontab -e it says the crontab file I'm modifying is /tmp/crontab.E2mzKD/crontab
Is that right? Am I modifying the wrong crontab?
This is the line I'm entering in the crontab.
0 10,18,23 * * * /usr/bin/hpodder
I notice that when I do crontab -e it says the crontab file I'm modifying is /tmp/crontab.E2mzKD/crontab
Is that right? Am I modifying the wrong crontab?
Comment