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.

Add changelog for v0.1.0

+23
+23
CHANGELOG.md
··· 1 + # Changelog 2 + 3 + ## 0.1.0 4 + 5 + Initial release. 6 + 7 + - **scan** — Scan Photos library and show statistics (asset counts, sizes, types, local vs iCloud-only) 8 + - **status** — Compare Photos DB against backup manifest to show backed up vs pending 9 + - **backup** — Export originals via ladder and upload to S3 with per-asset metadata JSON 10 + - **verify** — Check backup integrity (quick HEAD check or deep SHA-256 re-verification) 11 + - **init** — Interactive setup for S3 endpoint, region, bucket, and Keychain credentials 12 + - **refresh-metadata** — Re-upload metadata JSON for already backed-up assets 13 + 14 + ### Features 15 + 16 + - Works with any S3-compatible provider (Scaleway, Hetzner, OVH, AWS, etc.) 17 + - Config file at `~/.attic/config.json` with validation 18 + - Credentials stored in macOS Keychain 19 + - Rich metadata: albums, descriptions, keywords, people, edit detection 20 + - Incremental backups via local manifest with atomic writes 21 + - Manifest rebuild from S3 metadata 22 + - Friendly error messages for common failures 23 + - Installable via Homebrew (`brew install tijs/tap/attic`)