mirror of
https://github.com/restic/restic.git
synced 2025-10-09 07:33:53 +00:00
added azure domain parameter
This commit is contained in:

committed by
Michael Eischer

parent
f96896a9c0
commit
068b115abc
@@ -537,6 +537,13 @@ or
|
||||
$ export AZURE_ACCOUNT_NAME=<ACCOUNT_NAME>
|
||||
$ export AZURE_ACCOUNT_SAS=<SAS_TOKEN>
|
||||
|
||||
Restic will use Azure's global domain ``core.windows.net`` by default. You can specify other
|
||||
domains to be used like so:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$export AZURE_ENDPOINT_SUFFIX=<ENDPOINT_SUFFIX>
|
||||
|
||||
Afterwards you can initialize a repository in a container called ``foo`` in the
|
||||
root path like this:
|
||||
|
||||
|
@@ -614,6 +614,7 @@ environment variables. The following lists these environment variables:
|
||||
AZURE_ACCOUNT_NAME Account name for Azure
|
||||
AZURE_ACCOUNT_KEY Account key for Azure
|
||||
AZURE_ACCOUNT_SAS Shared access signatures (SAS) for Azure
|
||||
AZURE_ENDPOINT_SUFFIX Domain of Azure Storage (default: core.windows.net)
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user