From c5a790f981d2222bb691edcd1415185ba54594ef Mon Sep 17 00:00:00 2001 From: Alexander Saynisch Date: Sun, 21 Mar 2021 13:17:38 +0100 Subject: [PATCH] Added OneDrive Business Support. Bumped Duplicacy and Alpine Version --- README.md | 1 + duplicacy-autobackup.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 01652f8..6bf279d 100755 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ You need to provide credentials for the storage provider your of your choice usi - Hubic: `HUBIC_TOKEN_FILE`* - Google Cloud Storage: `GCS_TOKEN_FILE`* - Onedrive: `ONEDRIVE_TOKEN_FILE`* +- Onedrive Business: `ONEDRIVE_BUSINESS_TOKEN_FILE`* - Wasabi: `WASABI_KEY` and `WASABI_SECRET` *Environment variables marked with an asterix point to files. Those files must be mounted in the container so that they can be accessed from inside it*. diff --git a/duplicacy-autobackup.sh b/duplicacy-autobackup.sh index 3dd2c78..9da5617 100755 --- a/duplicacy-autobackup.sh +++ b/duplicacy-autobackup.sh @@ -64,6 +64,7 @@ export DUPLICACY_AZURE_KEY=$AZURE_KEY export DUPLICACY_GCD_TOKEN=$GCD_TOKEN export DUPLICACY_GCS_TOKEN=$GCS_TOKEN_FILE export DUPLICACY_ONE_TOKEN=$ONEDRIVE_TOKEN_FILE +export DUPLICACY_ODB_TOKEN=$ONEDRIVE_BUSINESS_TOKEN_FILE export DUPLICACY_WASABI_KEY=$WASABI_KEY export DUPLICACY_WASABI_SECRET=$WASABI_SECRET