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.6

+13 -1
+12
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 0.2.6 4 + 5 + Hardened error detection and timeout handling. 6 + 7 + - **Structured permission detection** — detect ladder permission errors via exit 8 + code 77 instead of string-matching stderr text 9 + - **Increased base timeout** — subprocess timeout raised from 5 to 10 minutes to 10 + match ladder's per-asset AppleScript timeout, preventing premature kills during 11 + iCloud downloads 12 + 13 + Compatible with ladder v0.3.3. 14 + 3 15 ## 0.2.5 4 16 5 17 Support for ladder v0.3.0 — iCloud-only asset export via AppleScript fallback.
+1 -1
cli/mod.ts
··· 14 14 15 15 const main = new Command() 16 16 .name("attic") 17 - .version("0.2.5") 17 + .version("0.2.6") 18 18 .description("Back up your iCloud Photos library to S3-compatible storage") 19 19 .action(function (this: Command) { 20 20 this.showHelp();