as well as doing nightly system backups (rsnapshot) to a separate on-site server, i also specifically save weewx.sdb *often* to on-site backup and nightly to off-site backup: graham@messmate:~$ sudo -u weewx crontab -l # local backup production weewx.sdb every 15 mins, rollover one hour 2-59/15 * * * * scp -Cq paperbark:/home/weewx/archive/weewx.sdb /srv/cache/weewx/weewx.sdb_$(date '+\%M') # offsite backup production weewx.sdb every day - picked up in *its* backups to off-site storage 2 5 * * * scp -3Cq paperbark:/home/weewx/archive/weewx.sdb weather.geddy.id.au:backups/weewx.sdb ⊣ Graham Eddy ⊢
> On 13 Mar 2022, at 12:15 pm, Greg Troxel <[email protected]> wrote: > > I also do backups every week. Perhaps should be more often of the database. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/A427E7DA-1C72-4A6B-B5CD-7DFC23726786%40gmail.com.
