mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Merge pull request #1066 from holzhannes/patch-3
Info for The input device is not a TTY Errors
This commit is contained in:
commit
c9229f9c80
1 changed files with 3 additions and 1 deletions
|
|
@ -238,7 +238,9 @@ Document exporter
|
|||
=================
|
||||
|
||||
The document exporter exports all your data from paperless into a folder for
|
||||
backup or migration to another DMS.
|
||||
backup or migration to another DMS.
|
||||
|
||||
If you use the document exporter within a cronjob to backup your data you might use the ``-T`` flag behind exec to suppress "The input device is not a TTY" errors. For example: ``docker-compose exec -T webserver document_exporter ../export``
|
||||
|
||||
.. code::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue