Photos Backup 0.3.1
A follow-up to 0.3.0, fixing one thing that release missed.
Fixed
- Re-check Backups skipped items that had failed to upload. A failed item is not recorded as backed up, so there was nothing for the re-check to forget — and because its row was already in the queue, it blocked that photo from being queued again. The action you would reach for to confirm everything is safe quietly ignored exactly the photos that were not. Re-check now releases failed items first and counts them in what it reports.
Verified
The re-check round trip was confirmed against a live Google account: a photo still present in Google Photos is forgotten, queued again, matched by its hash, and re-recorded as backed up without being uploaded a second time.
Notes
- 99 tests, 96 passing (2 opt-in live tests and 1 Simulator Keychain test skipped). Re-check had no test coverage before this release; it now has three cases, including the failed-item one.
- The Simulator cannot run background uploads or schedule background tasks. Use a device to exercise real backup behaviour.