A simple cli tool to backup trello boards with attachments.
cargo install --git https://github.com/hov1417/lupin.git
# ~/.config/lupin.yml
auth_cookie: "..." # trello cookie, copy it from browser open trello.com login, then
# open devtools -> network -> open any request -> Request headers -> cookie
board_ids: # list of board ids to backup (you can get it from url https://trello.com/b/{board_id}/{board_name} )
- "id1"
- "id2"
out_path: "/home/hov1417/trello-backup/" # path where lupin will make a trello backups
Export all backups
lupin get