0169486c72697c5b138cb1088b5a2defe33da1ed
Two root causes: 1. Backup interrupted before loop completion = manifest write never fires, leaving uploaded files as NAS orphans invisible to gallery and dedup. 2. Manifest only written once at loop end, so any crash loses all progress. Fixes: - On each backup run, list the NAS directory and merge any files not tracked in the manifest (orphaned from prior interrupted sessions). The healed manifest is written back to NAS and NASManifestCache before uploads start, so the gallery reflects actual NAS contents immediately on next open. - Incremental checkpoint writes every 25 uploads using the already-open transfer connection — interrupted backups now preserve progress in blocks of 25 instead of losing everything. Co-Authored-By: Kutesir <kutesir@provoc.ug> Co-Authored-By: Sentry <sentry@provoc.ug>
perf: eliminate full rescans with local caches; add queue tracking, notifications, SyncView redesign
perf: eliminate full rescans with local caches; add queue tracking, notifications, SyncView redesign
perf: eliminate full rescans with local caches; add queue tracking, notifications, SyncView redesign
Description
Privacy-first iOS photo backup to NAS — SMB + SFTP, auto LAN trigger
Languages
Swift
100%