1
0
mirror of https://github.com/gryf/slack-backup.git synced 2026-04-24 17:41:27 +02:00

Added raw-dir option

This option can be used to debug slack API responses - if set,
slack-backup will dump all of the data as a JSON in provided direcotry.
This commit is contained in:
2018-07-16 16:11:23 +02:00
parent db8527e9af
commit 93b0bc2dd7
5 changed files with 46 additions and 5 deletions
+4
View File
@@ -90,6 +90,10 @@ where:
created, but you'll (obviously) lost all the records. Besides the db file,
assets directory might be created for downloadable items.
You can also specify directory, where pure response JSONs from Slack API will
be stored by using ``-r/--raw-dir`` or by providing it in config file in
``fetch`` section. This might be useful for debugging purposes.
There is one more switch to take into consideration -
``-f/--url_file_to_attachment`` which influence the way how external file
share would be treated. First of all, what is *external* file share from slack