mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-03 17:54:41 +02:00
backup-cloud: catch error with :execute workaround
Catching a runtime error here fails... So let's try a workaround with :execute...
This commit is contained in:
parent
010bea56dc
commit
955ee8499b
4 changed files with 20 additions and 8 deletions
|
@ -12,10 +12,10 @@ Description
|
|||
This script uploads
|
||||
[binary backup to Mikrotik cloud](https://wiki.mikrotik.com/wiki/Manual:IP/Cloud#Backup).
|
||||
|
||||
> ⚠️ **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.
|
||||
> ⚠️ **Warning**: The used command can hit errors that a script can with
|
||||
> workaround only. A notification *should* be sent anyway. But it can result
|
||||
> in malfunction of fetch command (where all up- and downloads break) for
|
||||
> some time. Failed notifications are queued then.
|
||||
|
||||
### Sample notification
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue