diff --git a/README.md b/README.md index f8d9696..f90f3c9 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ You can populate below template according to your requirements and use it as you # AZURE_STORAGE_CONTAINER_NAME="container-name" # The service endpoint when using Azure Blob Storage. This is a template that -# will be passed the account name as shown in the value below. +# will be passed the account name as shown in the default value below. # AZURE_STORAGE_ENDPOINT="https://{{ .AccountName }}.blob.core.windows.net/" diff --git a/docs/NOTIFICATION-TEMPLATES.md b/docs/NOTIFICATION-TEMPLATES.md index 8af37af..8bd5d60 100644 --- a/docs/NOTIFICATION-TEMPLATES.md +++ b/docs/NOTIFICATION-TEMPLATES.md @@ -25,7 +25,7 @@ Here is a list of all data passed to the template: * `FullPath`: full path of the backup file (e.g. `/archive/backup-2022-02-11T01-00-00.tar.gz`) * `Size`: size in bytes of the backup file * `Storages`: object that holds stats about each storage - * `Local`, `S3`, `WebDAV` or `SSH`: + * `Local`, `S3`, `WebDAV`, `Azure` or `SSH`: * `Total`: total number of backup files * `Pruned`: number of backup files that were deleted due to pruning rule * `PruneErrors`: number of backup files that were unable to be pruned