From a6dba8707c5cfa3afc66b83d5bbe0df7c4c5e8d1 Mon Sep 17 00:00:00 2001 From: gilbertchen Date: Wed, 24 Feb 2016 21:33:23 -0500 Subject: [PATCH] Update GUIDE.md --- GUIDE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/GUIDE.md b/GUIDE.md index 9fe2a26..41f5c3a 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -444,8 +444,21 @@ destination storage and is required. ## Include/Exclude Patterns + + ## Managing Passwords +| password type | env var (default storage) | env var (non-default storage) | key in preferences | +|:----------------:|:----------------:|:----------------:|:----------------:| +| storage password | DUPLICACY_PASSWORD | DUPLICACY__PASSWORD | password | +| sftp password | DUPLICACY_SSH_PASSWORD | DUPLICACY__SSH_PASSWORD | ssh_password | +| Dropbox Token | DUPLICACY_DROPBOX_TOKEN | DUPLICACY__DROPBOX_TOEKN | dropbox_token | +| S3 Access ID | DUPLICACY_S3_ID | DUPLICACY__S3_ID | s3_id | +| S3 Secret Key | DUPLICACY_S3_KEY | DUPLICACY__S3_KEY | s3_key | +| BackBlaze Account ID | DUPLICACY_B2_ID | DUPLICACY__B2_ID | b2_id | +| Backblaze Application Key | DUPLICACY_B2_KEY | DUPLICACY__B2_KEY | b2_key | +| Azure Access Key | DUPLICACY_AZURE_KEY | DUPLICACY__AZURE_KEY | azure_key | + ## Scripts