From c5d596d78be68e9d1c1a0c9ebe1ce68552dfcf80 Mon Sep 17 00:00:00 2001 From: MaxJa4 <74194322+MaxJa4@users.noreply.github.com> Date: Mon, 21 Aug 2023 14:38:29 +0200 Subject: [PATCH] Added some env config vars to readme. WIP --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 71bb79c..a59dac1 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,15 @@ You can populate below template according to your requirements and use it as you # AZURE_STORAGE_ENDPOINT="https://{{ .AccountName }}.blob.core.windows.net/" +# Absolute remote path in your Dropbox where the backups shall be stored. + +# DROPBOX_REMOTE_PATH="/my/directory" + +# Number of concurrent chunked uploads for Dropbox. +# Values above 6 usually result in no enhancements. + +# DROPBOX_CONCURRENCY_LEVEL="6" + # In addition to storing backups remotely, you can also keep local copies. # Pass a container-local path to store your backups if needed. You also need to # mount a local folder or Docker volume into that location (`/archive`