Google Photo Linux May 2026

| Solution | Why It Fits Linux | |----------|------------------| | | FOSS Google Photos clone – mobile sync, ML search, native Linux server | | Photoprism | AI tagging, works with rclone or Syncthing | | Nextcloud Memories | Built into Nextcloud, full Linux desktop sync | | Lychee | Lightweight, self-hosted |

rclone copy ~/Pictures gphotos:media/by-date Note: Google Photos API is restrictive – rclone can't delete or manage albums directly. – Dedicated Linux tool gphotos-sync is a Go-based CLI tool that syncs local folders to Google Photos. google photo linux

Then a timer to run every hour – simple and solid. If you want a specific setup guide (e.g., rclone OAuth config, gphotos-sync compilation, or Immich deployment), let me know. | Solution | Why It Fits Linux |

These offer true Linux-native server + desktop clients via WebDAV/Syncthing. | Need | Recommended Tool | |------|------------------| | One-way backup to Google Photos | rclone or gphotos-sync | | Two-way sync with local edits | Not possible (Google Photos API limitation) | | Full desktop integration | Use web app or switch to Immich/Photoprism | | Professional workflow | DigiKam + Google Photos plugin | If you want a specific setup guide (e

Google Photos API does not allow modifying existing photos, managing albums, or syncing deletions. So true two-way sync is impossible even with third-party tools. 8. Script Example: Auto-upload new photos with systemd + rclone Save as ~/.config/systemd/user/gphotos-upload.service :