jtpio / trello-full-backup

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

Add support for restoring a Trello board #2

Open bbinet opened 8 years ago

bbinet commented 8 years ago

It would be great if trello-full-backup could also allow to restore a Trello board from a backup.

jtpio commented 8 years ago

Right. It would require using a read/write token though.

mahemoff commented 6 years ago

What's the restore scenario at present? Is the backup format suitable for even partial, manual, restore?

jtpio commented 6 years ago

At the moment there is no restore functionality. But the backup script exports the boards as json files, so one could parse these files and use the Trello API to restore the data.