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.

Fix misleading iCloud-only error hint

+1 -1
+1 -1
cli/src/commands/backup.ts
··· 510 510 function exportErrorDetail(asset: PhotoAsset, message: string): string { 511 511 const hints: string[] = []; 512 512 if (asset.cloudLocalState === CloudLocalState.ICLOUD_ONLY) { 513 - hints.push("iCloud-only asset (AppleScript fallback attempted)"); 513 + hints.push("iCloud-only asset"); 514 514 } 515 515 if (!asset.originalFileSize) { 516 516 hints.push("no original file size recorded");