From 360fe68f922bdf8234e53ce1edacf2d01b7412cb Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 22 Aug 2021 17:03:45 +0200 Subject: [PATCH] fix whitespace --- docs/administration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration.rst b/docs/administration.rst index f517ccfa9..43710bd91 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -238,7 +238,7 @@ 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``