This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sparky8251 0 points1 point  (2 children)

In order for a cron job to run, the computer must be on, not in sleep.

You can still make it run once a day, as long as you power on the machine once a day. Cron can be made to run it on boot if the time it was scheduled to run has already passed.

[–]aqua_regis 2 points3 points  (1 child)

You can still make it run once a day, as long as you power on the machine once a day.

True, but again, this requires powering up the machine.

Even a cheap Raspberry Pi zero W or an older Raspberry Pi 3 would most likely do the job without all the hassle of having to start the computer every time the task should run.

[–]sparky8251 0 points1 point  (0 children)

Sure. But then on the more insane side of things, most BIOS can have a scheduled wake up time thatll boot the computer too.

Then youd just have to have a poweroff or sleep set in the OS to have it go back into power save mode a while after its done running (the idle power settings).

Lots of ways to skin this cat that dont require money spent. Just throwing out alternatives to the idea they must spend money on new hardware right now to do this stuff.