For forecast, you can selfhost a Open-Meteo. But note this need a lot of RAM and storage to run the weather model.
Coelacanthus
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 26th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Coelacanthus@lemmy.kde.socialto Selfhosted@lemmy.world•Best way to keep a hot spare SD card for a raspberry pi?English0·6 days agoSuggest use
fsfreeze --freeze
to block all access operation to create a stable image without unmount the SD card. (And release it later usingfsfreeze --unfreeze
.)BTW, this feature was created by XFS and was moved to VFS in Linux 2.6.29 so all filesystems supported by Linux gained this feature.
And snapshot can benefit backup. Since some software need to be shudown to do backup, minimize the down time is important. The snapshot can make down time is almost stop and restart time, and the software can be online again and we can do backup on snapshot in background.