jtpio / trello-full-backup

Python script to backup everything from Trello: boards, lists, cards and attachments
MIT License
123 stars 36 forks source link

Run in a docker container #5

Closed jtpio closed 7 years ago

jtpio commented 7 years ago

Run the backup script in a docker container, so there is not much to install and no trouble with Python versions. For example:

docker run -t -e TRELLO_API_KEY=1234 -e TRELLO_TOKEN=4567 -v /tmp:/backup jtpio/trello-full-backup

jtpio commented 7 years ago

Fixed by 045f8eaeebf21b636ca406125e97202f250dbf6a.