From 271749615f259241327b8f0aab50971c13aadf5e Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Mon, 15 Apr 2019 17:03:47 +0200 Subject: [PATCH] Basic env file --- restic_volume_backup.env | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 restic_volume_backup.env diff --git a/restic_volume_backup.env b/restic_volume_backup.env new file mode 100644 index 0000000..4cfc7f4 --- /dev/null +++ b/restic_volume_backup.env @@ -0,0 +1,43 @@ +# DON'T COMMIT THIS FILE IF YOU MODIFY IN DEV + +DOCKER_BASE_URL=unix://tmp/docker.sock +RESTIC_REPOSITORY=/tmp/backup +RESTIC_PASSWORD=password + +# Various env vars for restic : https://restic.readthedocs.io/en/stable/040_backup.html#environment-variables +# RESTIC_REPOSITORY Location of repository (replaces -r) +# RESTIC_PASSWORD_FILE Location of password file (replaces --password-file) +# RESTIC_PASSWORD The actual password for the repository +# +# AWS_ACCESS_KEY_ID Amazon S3 access key ID +# AWS_SECRET_ACCESS_KEY Amazon S3 secret access key +# +# ST_AUTH Auth URL for keystone v1 authentication +# ST_USER Username for keystone v1 authentication +# ST_KEY Password for keystone v1 authentication +# +# OS_AUTH_URL Auth URL for keystone authentication +# OS_REGION_NAME Region name for keystone authentication +# OS_USERNAME Username for keystone authentication +# OS_PASSWORD Password for keystone authentication +# OS_TENANT_ID Tenant ID for keystone v2 authentication +# OS_TENANT_NAME Tenant name for keystone v2 authentication +# +# OS_USER_DOMAIN_NAME User domain name for keystone authentication +# OS_PROJECT_NAME Project name for keystone authentication +# OS_PROJECT_DOMAIN_NAME PRoject domain name for keystone authentication +# +# OS_STORAGE_URL Storage URL for token authentication +# OS_AUTH_TOKEN Auth token for token authentication +# +# B2_ACCOUNT_ID Account ID or applicationKeyId for Backblaze B2 +# B2_ACCOUNT_KEY Account Key or applicationKey for Backblaze B2 +# +# AZURE_ACCOUNT_NAME Account name for Azure +# AZURE_ACCOUNT_KEY Account key for Azure +# +# GOOGLE_PROJECT_ID Project ID for Google Cloud Storage +# GOOGLE_APPLICATION_CREDENTIALS Application Credentials for Google Cloud Storage (e.g. $HOME/.config/gs-secret-restic-key.json) +# +# RCLONE_BWLIMIT rclone bandwidth limit +