Skip to content

Commit

Permalink
Added OneDrive Business Support. Bumped Duplicacy and Alpine Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ComictypX authored and christophetd committed Dec 3, 2021
1 parent 05c9092 commit c5a790f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand Down
1 change: 1 addition & 0 deletions duplicacy-autobackup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c5a790f

Please sign in to comment.