Skip to content

Instantly share code, notes, and snippets.

@PiiXiieeS
Last active October 15, 2016 18:25
Show Gist options
  • Save PiiXiieeS/7850483 to your computer and use it in GitHub Desktop.
Save PiiXiieeS/7850483 to your computer and use it in GitHub Desktop.
This shell script allow to save automatically a Trello board with authentication by KEY and private TOKEN saving the resulting .json file into a backup file automatically named with the current date.
curl 'https://api.trello.com/1/boards/S4ydUkil?key=[KEY]&token=[TOKEN]&actions=all&actions_limit=1000&cards=all&lists=all&members=all&member_fields=all&checklists=all&fields=all' > backup.`date +\%Y-\%m-\%d`.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment