mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-17 17:42:29 +02:00
backup: notify about random delay
This commit is contained in:
parent
bc8b19fc31
commit
8a366f035d
4 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 45;
|
||||
:global GlobalConfigVersion 46;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
# Comment or remove to disable change notifications.
|
||||
:global GlobalConfigVersion 45;
|
||||
:global GlobalConfigVersion 46;
|
||||
|
||||
# Copy configuration from global-config here and modify it.
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
43="Added queue for e-mail notifications to resend later on error.";
|
||||
44="Dropped script 'global-wait', all scripts wait on their own now.";
|
||||
45="We have a Telegram Group! Come along and say hello: https://t.me/routeros_scripts";
|
||||
46="Added configurable random delay in backup scripts to stretch execution and prevent resource congestion.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# https://git.eworm.de/cgit/routeros-scripts/about/
|
||||
|
||||
# expected configuration version
|
||||
:global ExpectedConfigVersion 45;
|
||||
:global ExpectedConfigVersion 46;
|
||||
|
||||
# global variables not to be changed by user
|
||||
:global GlobalFunctionsReady false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue