App to backup local photo's to Google Photos using the Google Photos API.
- One way sync from local folder to Google Photos Album/Library
- Maintain previous files uploaded
- Upload only new files
- Job based upload
- Will not uplaod files if the file is modified
- Will not delete files from Google Photos
- Bad UI
- Add support for background upload (Service)
- Add client_secret.json to the root of the project directory (Google API credentials)
- Create .env file in the root of the project directory (See .env.example)