Files
infra-nix/modules
danlin 35c02d6920 rclone-backup: snapshot live SQLite DBs instead of copying them raw
Copying gitea.db / filebrowser database.db / MusicLibrary.db while they
are being written fails md5 verification every run (the file changes mid
-transfer). Take a consistent sqlite .backup into /data/db-snapshots and
exclude the live DB files from the sync, so the job completes cleanly and
the backup holds restorable DB copies.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-26 09:38:55 +02:00
..