Skip to content

ryaan-anthony/photo-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photo-backup

Prerequisites

export STORAGE_PROJECT=XXXXXXXXXX
export STORAGE_BUCKET=XXXXXXXXXX
export STORAGE_CREDENTIALS=XXXXXXXXXX
export CLIENT_ID=XXXXXXXXXX
export CLIENT_SECRET=XXXXXXXXXX
export REFRESH_TOKEN=XXXXXXXXXX

Run console

bundle exec irb -I . -r lib/bootstrap.rb

Run using local ruby

bundle exec lib/photo_backup.rb

Run using docker

Build the container

docker-compose up --build --detach

View the logs

tail -f event.log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published