steffenfritz / FileTrove

FileTrove indexes files and creates metadata from them.
https://filetrove.fritz.wtf
GNU Affero General Public License v3.0
28 stars 5 forks source link

[CHANGE] Add resume option #23

Closed steffenfritz closed 8 months ago

steffenfritz commented 8 months ago

It should be possible to resume an indexing run by passing the session uuid.

As file lists are deterministic, FileTrove gets the last file entry from the session and then continuous with the next file in the input file list.

steffenfritz commented 8 months ago

Done