]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
--no-archive & --no-thumbnails option has their own paragraph
authorMatthieu Helleboid <mhelleboid@hotmail.com>
Fri, 20 Jan 2023 18:16:35 +0000 (19:16 +0100)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 24 Jan 2023 19:06:49 +0000 (11:06 -0800)
docs/administration.md

index f30b655a33fc083665dd31396313b73dd51af16d..468f62b401e8931aaa6376ef4f6a47737316ef55 100644 (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
 other files.
 
-Paperless will not export archive files if you use `--no-archive`, or will
-not export thumbnails if you use `--no-thumbnail`. After importing, These
-files can be generated again by using `document_archiver` or
-`document_thumbnails`. It can make sense to omit these files from backup
-as their content and checksum can change (new archiver or thumbnail
-generator algorithm) and may then cause additional used space in
+Paperless will not export archive files if you use `--no-archive`. After
+importing, These files can be generated again by using `document_archiver`.
+It can make sense to omit these files from backup as their content and checksum
+can change (new archiver algorithm) and may then cause additional used space in
 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
 in the target directory, named according to the current date.