how to create a cron job on the EX4100

@landreatini

The two links mentioned in the earlier post are the most concise way I have seen doing it for this platform and I have used it on m own NAS at one point or another.

The second one really goes into it in more detail, so suggest you follow it. For editting the files, you will need to use something like “vi” and unfortunately it is a bit tricky to learn. Look for guides out there on vi. Most important commands in vi are:

:q! - Exit the file with no changes
:wq! - Exit the file and write changes
ESC - toggles between command mode and typing mode

It really is something that you need to learn.

If you really can’t work it out, I am happy to help you out with modifying the file, if you send me a copy of the config.xml file and what you want the command to be added and the schedule.

Cheers,

JediNite