mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Merge branch 'dev'
This commit is contained in:
commit
8c9a74ee0c
181 changed files with 44867 additions and 8345 deletions
|
|
@ -233,6 +233,7 @@ optional arguments:
|
|||
-c, --compare-checksums
|
||||
-f, --use-filename-format
|
||||
-d, --delete
|
||||
-z --zip
|
||||
```
|
||||
|
||||
`target` is a folder to which the data gets written. This includes
|
||||
|
|
@ -258,6 +259,9 @@ current export such as files from deleted documents, specify `--delete`.
|
|||
Be careful when pointing paperless to a directory that already contains
|
||||
other files.
|
||||
|
||||
If `-z` or `--zip` is provided, the export will be a zipfile
|
||||
in the target directory, named according to the current date.
|
||||
|
||||
The filenames generated by this command follow the format
|
||||
`[date created] [correspondent] [title].[extension]`. If you want
|
||||
paperless to use `PAPERLESS_FILENAME_FORMAT` for exported filenames
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue