Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakutis/trello-backup

Backup/download your data from Trello and query it/display interesting views
https://github.com/jakutis/trello-backup

Last synced: 2 months ago
JSON representation

Backup/download your data from Trello and query it/display interesting views

Awesome Lists containing this project

README

        

# trello-backup [![Build Status](https://travis-ci.org/jakutis/trello-backup.svg?branch=master)](https://travis-ci.org/jakutis/trello-backup)

Backup/download your data from Trello and query it/display interesting views

- [Installation](#installation)
- [CLI](#cli)

## Installation

npm install -g trello-backup

## Configuration

An example `config.json`:

{
"key": "get it from https://trello.com/app-key",
"token": "go to https://developers.trello.com/sandbox, open your browser's web developer console, click Execute in sandbox UI, take token from the request url in the network tab",
"backupDirectory": "/home/user/backup/trello",
"boards": {
"89ABCDEF": "board-name"
}
}

If the `boards` property is not defined, then all the boards are backed up.

## CLI

### Backup

trello-backup ./path/to/config.json

### List all cards in a given list in all boards

trello-backup ./path/to/config.json cards-in-list