PDA

View Full Version : [VU+ Duo2] cron manager



sebhki
19-04-15, 09:06
Hi ; just upgraded to Appolo (had Vix 3 before ) and cant manage to have cron to work (I have a daily backup of some .ts to my NAS). I did edit the following files
- /etc/initi.d/rcS (add /usr/sbin/crond & at the end )
- /etc/cron/root /(add 22 6 * * * /usr/script/REC.sh to launch rec.sh every day at 06:22)
- I did run opkg update && opkg install busybox-cron

Still nothing. My script plays when selected from the script box ; but not automatically daily. Please help

sebhki
20-04-15, 20:57
Hi ; just upgraded to Appolo (had Vix 3 before ) and cant manage to have cron to work (I have a daily backup of some .ts to my NAS). I did edit the following files
- /etc/initi.d/rcS (add /usr/sbin/crond & at the end )
- /etc/cron/root /(add 22 6 * * * /usr/script/REC.sh to launch rec.sh every day at 06:22)
- I did run opkg update && opkg install busybox-cron

Still nothing. My script plays when selected from the script box ; but not automatically daily. Please help

Ok, found the crontimers in the timer section ; it works !