[weewx-user] Re: Need help with chron job for Weather34

2020-03-14 Thread Bill Arthur
Thanks !! My WeeWx is working perfectly on the ramdisk. This should keep my SD card healthy. Now I'm going to copy & backup the card before I screw it up. On Friday, March 13, 2020 at 10:16:00 PM UTC-5, Bill Arthur wrote: > > > > Thanks! I should have trusted Google more. I was foolishly

[weewx-user] Re: Need help with chron job for Weather34

2020-03-13 Thread Bill Arthur
Thanks! I should have trusted Google more. I was foolishly going through long tutorials that never had what I wanted. On Friday, March 13, 2020 at 8:34:14 PM UTC-5, Bill Arthur wrote: > > I'm trying to find a way to execute a function 15 minutes after the RasPi > boots up. > > I've

[weewx-user] Re: Need help with chron job for Weather34

2020-03-13 Thread Greg from Oz
I just typed into google cron 10 minutes after boot and found heaps of examples. @reboot /bin/sleep 600 ; /path/to/your/your_program This will suspend execution of the shell for 600 seconds, and then run /path/to/your/your_program. Depending on your SHELL used for cron commands, the command