From bc0d60dd5e571080680c562f4baaa9f9c568ac45 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sat, 24 Dec 2022 10:35:36 +0100 Subject: [PATCH] Add azure to notifications doc --- docs/NOTIFICATION-TEMPLATES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NOTIFICATION-TEMPLATES.md b/docs/NOTIFICATION-TEMPLATES.md index 8af37af0..8bd5d605 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