https://github.com/josiahbull/syncabull
A tool for creating an active, continuous backup of a Google Photos library.
https://github.com/josiahbull/syncabull
api backup google photos sync
Last synced: about 1 month ago
JSON representation
A tool for creating an active, continuous backup of a Google Photos library.
- Host: GitHub
- URL: https://github.com/josiahbull/syncabull
- Owner: JosiahBull
- License: mit
- Created: 2022-05-15T01:47:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T01:04:52.000Z (over 3 years ago)
- Last Synced: 2025-07-20T03:57:53.926Z (11 months ago)
- Topics: api, backup, google, photos, sync
- Language: Rust
- Homepage: https://syncabull.josiahbull.com/
- Size: 888 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Syncabull
A small website + api which allows clients to download data from their google photos.
## Installation
```bash
# Server
cp .example.env .env
nano .env
docker-compose --env-file .env up -d && docker-compose logs -f
# Client
cd client
cp .example.env .env
export $(grep -v '^#' .env | xargs)
cargo run --release
```