Skip to content

Instantly share code, notes, and snippets.

@zph
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zph/9114137 to your computer and use it in GitHub Desktop.
Save zph/9114137 to your computer and use it in GitHub Desktop.
git clone git@github.com:zph/trello-archiver.git
cd trello-archiver
vim config.example.yml # Add credentials to file
mv config.example.yml config.yml
ruby -v
rvm use 1.9.3-p484 # Any version 1.9 or > will work. It's more annoying to get it working with the 'system ruby'
bundle install
bundle exec ruby bin/trello_backup.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment