mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
add prefix option to administration exporter
This commit is contained in:

committed by
Trenton H

parent
42d4550d9c
commit
44d8bd3151
@@ -227,11 +227,12 @@ is not a TTY" errors. For example:
|
||||
`docker-compose exec -T webserver document_exporter ../export`
|
||||
|
||||
```
|
||||
document_exporter target [-c] [-f] [-d] [-na] [-nt]
|
||||
document_exporter target [-c] [-f] [-p] [-d] [-na] [-nt]
|
||||
|
||||
optional arguments:
|
||||
-c, --compare-checksums
|
||||
-f, --use-filename-format
|
||||
-p, --use-filename-prefix
|
||||
-d, --delete
|
||||
-na, --no-archive
|
||||
-nt, --no-thumbnail
|
||||
@@ -277,6 +278,10 @@ The filenames generated by this command follow the format
|
||||
paperless to use `PAPERLESS_FILENAME_FORMAT` for exported filenames
|
||||
instead, specify `--use-filename-format`.
|
||||
|
||||
If `-p` or `--use-filename-format` is provided, Files will be exported
|
||||
in dedicated folders according to their nature: `archive`, `originals`
|
||||
or `thumbnails`
|
||||
|
||||
!!! warning
|
||||
|
||||
If exporting with the file name format, there may be errors due to
|
||||
|
Reference in New Issue
Block a user