Update docs/administration.rst

Co-authored-by: Stéphane Brunner <stephane.brunner@camptocamp.com>
This commit is contained in:
Jonas Winkler 2021-08-22 17:00:36 +02:00 committed by GitHub
parent b3906e7bc1
commit e5b92d895d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,7 @@ Document exporter
The document exporter exports all your data from paperless into a folder for
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``
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::