diff options
author | Christian Hesse <mail@eworm.de> | 2022-02-23 12:40:54 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-02-23 12:43:29 +0100 |
commit | a754932211d3cc87563a483302350e65a03ceba1 (patch) | |
tree | f862d40114f82a1bc92a22479494a1162bcb8ef3 /doc | |
parent | a78b2bfcdef7e7cc84fd777e7fe0f7aa4cb5fe0c (diff) |
doc/backup-upload: warn about possible issue
Diffstat (limited to 'doc')
-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 b5aa232..a4d2bc7 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 show-sensitive`) 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) |