An open API service indexing awesome lists of open source software.

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.

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
```