--no-archive & --no-thumbnails option has their own paragraph

This commit is contained in:
Matthieu Helleboid 2023-01-20 19:16:35 +01:00 committed by Trenton H
parent 5d08a34365
commit 024921212a

View File

@ -266,14 +266,18 @@ current export such as files from deleted documents, specify `--delete`.
Be careful when pointing paperless to a directory that already contains Be careful when pointing paperless to a directory that already contains
other files. other files.
Paperless will not export archive files if you use `--no-archive`, or will Paperless will not export archive files if you use `--no-archive`. After
not export thumbnails if you use `--no-thumbnail`. After importing, These importing, These files can be generated again by using `document_archiver`.
files can be generated again by using `document_archiver` or It can make sense to omit these files from backup as their content and checksum
`document_thumbnails`. It can make sense to omit these files from backup can change (new archiver algorithm) and may then cause additional used space in
as their content and checksum can change (new archiver or thumbnail
generator algorithm) and may then cause additional used space in
a deduplicated backup. a deduplicated backup.
Paperless will not export thumbnails if you use `--no-thumbnail`. After
importing, These files can be generated again by using `document_thumbnails`.
It can make sense to omit these files from backup as their content and checksum
can change (new thumbnail generation algorithm) and may then cause additional
used space in a deduplicated backup.
If `-z` or `--zip` is provided, the export will be a zipfile If `-z` or `--zip` is provided, the export will be a zipfile
in the target directory, named according to the current date. in the target directory, named according to the current date.