Skip to content

Deltas Since Last Dump? #193

Answered by rusq
levigroker asked this question in Q&A
Feb 24, 2023 · 1 comments · 9 replies
Discussion options

You must be logged in to vote

Hey @levigroker ,

For now, it does not provide this feature out of the box (it's planned for when the state storage is implemented). In v2 the only way to do it is to store and use the timestamp externally.

For example:

1. let t = current time.
2. read previousT from external storage (it may be null, which would mean we need to get everything from the beginning of time)
3. run Slackdump for the time interval of [previousT, t), if using cli:

   ./slackdump -dump-from previousT -dump-to t <channels>

5. if completed successfully, store t to external storage.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@levigroker
Comment options

@levigroker
Comment options

@rusq
Comment options

@levigroker
Comment options

@rusq
Comment options

Answer selected by levigroker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants