ccremer / paperless-cli

CLI tool to interact with paperless-ngx remote API
GNU General Public License v3.0
7 stars 2 forks source link

Incremental bulk-download #21

Closed ccremer closed 1 year ago

ccremer commented 1 year ago

Summary

Adds --incremental flag to bulk-download that only downloads missing documents. It creates a local metadata file to keep track of which docs were downloaded previously, and it also deletes local files that don't exist on server anymore.

Checklist