-
I'm using the command below to export a very large server of mine, with dozens of channels. Naturally this takes a very long time, and with a poor internet connection, it is likely I'd need to leave my computer on and running for well over a day or two to fully export everything. I don't want to leave my computer running for such an extended period of time so I was wondering if there's a way of using the command over multiple "sessions", where each sequential usage skips over the already exported data which was downloaded already. Currently when using the command, every time I run it anew, data is exported anew regardless of if it exists already or not.
Any help would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
No, there's no such functionality. Your best solution in this case is to get the list of channels (the |
Beta Was this translation helpful? Give feedback.
-
How difficult would it be to implement something like this (and would it be open to PRs)? |
Beta Was this translation helpful? Give feedback.
-
What is the filtering syntax for date-time? I know there is |
Beta Was this translation helpful? Give feedback.
No, there's no such functionality. Your best solution in this case is to get the list of channels (the
channels
command) and then export each of them individually. You can also use date ranges to split exports by timestamps, allowing you to export each chunk of the messages separately as well.