mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 01:15:42 +02:00
backup-partition: news on support for copy-over
This commit is contained in:
parent
affa118161
commit
33a495beb7
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
:local ScriptName [ :jobname ];
|
||||
|
||||
# expected configuration version
|
||||
:global ExpectedConfigVersion 128;
|
||||
:global ExpectedConfigVersion 129;
|
||||
|
||||
# global variables not to be changed by user
|
||||
:global GlobalFunctionsReady false;
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
126="Made 'telegram-chat' capable of handling large command output. Telegram messages still limit the size, so it is truncated now.";
|
||||
127="Added support for authentication to Ntfy notification module.";
|
||||
128="Added another list from blocklist.de to default configuration for 'fw-addr-lists'.";
|
||||
129="Extended 'backup-partition' to support RouterOS copy-over - interactively or before feature update.";
|
||||
};
|
||||
|
||||
# Migration steps to be applied on script updates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue