mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-22 16:42:40 +02:00
Added some env config vars to readme. WIP
This commit is contained in:
@@ -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/"
|
# 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.
|
# 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
|
# 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`
|
# mount a local folder or Docker volume into that location (`/archive`
|
||||||
|
|||||||
Reference in New Issue
Block a user