5 Commits
Author SHA1 Message Date
rouggy e2bfe73bdb fix(backup): back up the contacts (logbook), not just the settings db
Since the logbook was split into its own SQLite file, backup.Run was still
snapshotting a.db (the settings/config database) — so the scheduled and manual
backups silently stopped including the QSOs. The operator was backing up config
and thinking it was their log.

Track the resolved logbook file path (a.logDbPath, set in connectLogbook) and
route the backup through a new runConfiguredBackup: the CONTACTS become the
primary "opslog-*" backup (the logbook file on SQLite, an ADIF export on MySQL),
and the settings/config db is snapshotted separately as "opslogcfg-*" so nothing
is lost. backup.Run takes a name prefix; the two sets rotate independently.
2026-08-06 23:22:04 +02:00
rouggy 29fd832bcd up 2026-06-14 01:35:40 +02:00
rouggy 6150498a9e up 2026-06-10 20:27:44 +02:00
rouggy e82e30dd02 up 2026-05-28 21:32:46 +02:00
rouggy e8cac569e3 rigs completed 2026-05-28 18:35:22 +02:00