From e978b36713254a24c215a1990d72ed1ea09161a7 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 18 Mar 2018 13:04:16 +0100 Subject: [PATCH] doc: Add hint how to debug rclone --- doc/030_preparing_a_new_repo.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/030_preparing_a_new_repo.rst b/doc/030_preparing_a_new_repo.rst index caec81e98..7b1ea0f2c 100644 --- a/doc/030_preparing_a_new_repo.rst +++ b/doc/030_preparing_a_new_repo.rst @@ -442,6 +442,8 @@ configuring a bandwidth limit for rclone cat be achieve by setting the $ export RCLONE_BWLIMIT=1M +For debugging rclone, you can set the environment variable ``RCLONE_VERBOSE=2``. + The rclone backend has two additional options: * ``-o rclone.program`` specifies the path to rclone, the default value is just ``rclone``