diff options
author | Christian Hesse <mail@eworm.de> | 2022-02-23 12:40:54 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-02-23 23:50:32 +0100 |
commit | b11a83aac2789f7e385ccd62996705fec7163aac (patch) | |
tree | 0172fa7f4be18fa1dc6116e635ee4a2ba83878b1 | |
parent | d0699857c96295c4befa013bbe822c197d1b5817 (diff) |
doc/backup-upload: warn about possible issue
(cherry picked from commit a754932211d3cc87563a483302350e65a03ceba1)
-rw-r--r-- | doc/backup-upload.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/backup-upload.md b/doc/backup-upload.md index 72781ba..6c12c82 100644 --- a/doc/backup-upload.md +++ b/doc/backup-upload.md @@ -12,6 +12,11 @@ Description This script uploads binary backup (`/ system backup save`) and complete configuration export (`/ export terse`) to external server. +> ⚠️ **Warning**: The used command can hit errors that a script can not handle. +> This may result in script termination (where no notification is sent) or +> malfunction of fetch command (where all up- and downloads break) for some +> time. Failed notifications are queued then. + ### Sample notification ![backup-upload notification](backup-upload.d/notification.svg) |