What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Persistent crontab

Wallace

Occasional Visitor
I have a ddns update script that is added to the crontab with this command.
Code:
cru a 1 "*/5 * * * *" /jffs/update-ddns-asuswrt.sh
However, this crontab setting does not survive a reboot.

What is a good method to ensure the crontab settings persist on a vanilla ASUSwrt firmware?
 
e could always move over to AsusWRT-RMerlin... more capability, more fun ;)

Lyra is not supported. And without USB ports, none of the usual workarounds for persistent cron job would work either.
 
I forgot to mention that the target hardware is ASUS Lyra Trio.
Also, interestingly there is a /jffs/ partition where the shell scripts can be persist after reboot.
Would the "usual workarounds" work with /jffs/ partition ?
 
I forgot to mention that the target hardware is ASUS Lyra Trio.
Also, interestingly there is a /jffs/ partition where the shell scripts can be persist after reboot.
Would the "usual workarounds" work with /jffs/ partition ?

AFAIK, they all rely on using a USB disk with an asusrouter script (used by Download Master).
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top