From 24a6ec9480c72f3fe65822ef6410f0cc3a09fb13 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Mon, 28 Aug 2023 20:42:45 +0200 Subject: [PATCH] Dropbox was missing from notification docs --- 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 8bd5d60..fb2bd9c 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`, `Azure` or `SSH`: + * `Local`, `S3`, `WebDAV`, `Azure`, `Dropbox` 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