From b3906e7bc101c6c519fa5dc7644cbdcbb8d07ee6 Mon Sep 17 00:00:00 2001 From: HolzHannes Date: Thu, 27 May 2021 10:01:30 +0200 Subject: [PATCH] Corrected position of info --- docs/administration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/administration.rst b/docs/administration.rst index f170795cc..7d99eb0f1 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -216,8 +216,6 @@ With docker-compose, while paperless is running: $ cd /path/to/paperless $ docker-compose exec webserver -*If you use a command within a cronjob you might use the "-t" flag behind exec to suppress "The input device is not a TTY" errors.* - With docker, while paperless is running: .. code:: shell-session @@ -240,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::