Keep using Photos.app like you always do. Attic quietly backs up your originals and edits to an S3 bucket you control. One-way, append-only.
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump version to 0.2.2

+18 -2
+18 -2
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 0.2.2 4 + 5 + Better debugging and smarter timeouts for large batches. 6 + 7 + ### Export feedback 8 + 9 + - **Batch detail logging** — each batch now shows photo/video count and 10 + estimated size before export starts. 11 + - **Timeout asset listing** — when a batch times out and subdivides, every 12 + asset in the timed-out batch is listed by filename and size so you can see 13 + exactly what's slow. 14 + - **Size-scaled timeouts** — timeout now scales with estimated batch size 15 + (5 min base + 1 min per 100 MB) so large video batches get enough time. 16 + - **Sorted batches** — pending assets are sorted photos-first then videos, 17 + by size ascending. This keeps fast photo batches together and pushes large 18 + videos to the end. 19 + 3 20 ## 0.2.1 4 21 5 22 Resilient batch exports — isolates slow iCloud downloads instead of failing ··· 11 28 iCloud downloads), the batch is split in half and each half retried 12 29 recursively (max depth 3). Only the truly stuck assets end up as failures. 13 30 - **Retry hint** — summary now shows 14 - `Run attic backup again to retry failed 15 - assets.` when there are failures. 31 + `Run attic backup again to retry failed assets.` when there are failures. 16 32 17 33 ## 0.2.0 18 34