trello-full-backup
trello-full-backup copied to clipboard
Python script to backup everything from Trello: boards, lists, cards and attachments
Hello, I've never worked with docker before and I was wondering if anyone could give me some guidance on how to backup the files to a windows folder? I've attempted...
Hi, It seems like I have a two Python version installed, and I wonder if below error might be what cause it. Would you be able to help? ``` ubuntu$...
Card names that contain the character `"` are not sanitised, which causes an error when calling `mkdir` on windows. (Windows 10 in my case, running the script installed via pip)...
- extended filename size - ' instead " - improved use of 'sanitize_file_name' - tokenize organizations - write full organization's JSON - -M argument to mark names folders and files...
If -m and -o is used all organization boards show up under their organization as well as under my boards.
fix: #23, #19
Hello, it looks like actions are limited to max 1000 items. This is also visible in code, parameter `actions_limit=1000` https://github.com/jtpio/trello-full-backup/blob/master/trello_full_backup/backup.py#L137 Would PR that adds `actions.json` for each card be accepted?
For those, who backup trello regularly, may be it is a good idea to make availability to make archives at once? I wrote a script for self, but it's not...
some of my boards and cards have `\` and other special characters in their names. Some of characters, for example `:`, already being replaced (with `_`) before save, but others...