Backup on NAS SSD via fritzbox #2587
danteffm
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
today I would like to show you a small project around improving backups for an indi-allsky setup on a Raspberry Pi.
It started as a simple “this should really be backed up properly” exercise and evolved in two steps. Phase 1 covers the technical basics by backing up all critical configuration and database data. Phase 2 builds on that and adds a more opinionated approach to image backups and timelapses, focusing on keeping only nights that are actually worth keeping.
Phase 1 — Automatic indi-allsky Backup to External Drive (Fritz!Box NAS)
This is a small side project to improve the operational robustness of my indi-allsky setup.
The focus of Phase 1 was a reliable, fully automated backup of all critical system data.
https://allsky-rodgau.com/automatic-indi-allsky-backup-on-external-drive-fritzbox-nas-1653/
Task
The objective was to create a daily, unattended backup for an indi-allsky installation running on a Raspberry Pi. The backup should cover all relevant configuration and database components and be stored externally on an SSD connected to a Fritz!Box NAS.
Implementation
Hiccups and notes
noserverinoto prevent file handle issues.Phase 2 — Quality-Aware Backup of Image Files
Phase 2 extends the backup strategy beyond system data and focuses on selectively backing up image data based on objective quality criteria rather than backing up everything.
https://allsky-rodgau.com/automatic-indi-allsky-backup-on-external-drive-fritzbox-nas-phase-2-files-1656/
Task
The goal was to back up indi-allsky image files and timelapses in a storage-efficient way by keeping only nights that provide meaningful astronomical value.
Implementation
Hiccups and notes
Beta Was this translation helpful? Give feedback.
All reactions