Closed jtpio closed 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
Fixed by 045f8eaeebf21b636ca406125e97202f250dbf6a.
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