This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Trello-Backup is a simple script that Backups all your Trello.com boards and cards, one JSON file per board, for total peace of mind. This is a simple php script which uses the Trello.com API to securely fetch all your boards and store them on your computer as raw JSON files.
Trello-Backup is a simple script that Backups all your Trello.com boards and cards, one JSON file per board, for total peace of mind. This is a simple php script which uses the Trello.com API to securely fetch all your boards and store them on your computer as raw JSON files.
Trello-Backup ============= [Trello-Backup](https://github.com/mattab/trello-backup) is a simple script that Backups all your [Trello.com](https://trello.com/) boards and cards, one JSON file per board, for total peace of mind. This is a simple php script which uses the Trello.com API to securely fetch all your boards and store them on your computer. Requirements --- This is a simple php script which requires PHP installed on your system: `sudo apt-get install php7` Usage --- - Download the code in a 'trello-backup' directory with: `git clone https://github.com/mattab/trello-backup.git trello-backup` - Duplicate the `config.example.php` file to `config.php` and fill in your details (as follows) - With your browser go to: [https://trello.com/1/appKey/generate](https://trello.com/1/appKey/generate) - It will give you your public 'Key' for Trello API. - Edit the file trello-backup/config.php and set `$key` to your 'Key'. - Then Run the script: `php trello-backup/trello-backup.php` It will output a URL that you can visit with your browser to get the Application Token. Visit this URL. Then click 'Allow' and copy the token string. - Edit `config.php` and paste this token in `$application_token`. - You are ready! Run this script will download your Trello boards: `php trello-backup/trello-backup.php` It will create a file named `trello-org-[OrganizationNameHere]-board-[NameHere].json` for each of your board. Also recommended: setup a crontab to automatically backup every day or every week. Enjoy! How to backup several accounts --- If you want to backup multiple Trello accounts, you can make multiple copies of `example-config.php` with different file names. Run `trello-backup.php` once for each account, specifying the path to the config file as an argument. For example,
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...