mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-05 07:34:30 +02:00
Currently backup to MikroTik cloud is pretty unreliable and script can not catch errors at runtime. Looks like this does not change any time soon (Ticket#2019052022003204). So let's just split off the cloud backup to make sure email backup works as expected.
11 lines
552 B
Text
11 lines
552 B
Text
# RouterOS global-config changes
|
|
# Copyright (c) 2019 Christian Hesse <mail@eworm.de>
|
|
|
|
# Changes for global-config to be added to notification on script-updates
|
|
:global GlobalConfigChanges {
|
|
1="moved variables from global-config to global-functions for independence";
|
|
2="variable names became CamelCase to work around scripting issues";
|
|
3="variable for certificate renew passphrase became an array to support multiple passphrases";
|
|
4="added option to ignore global-config changes";
|
|
5="split off new script cloud-backup from email-backup";
|
|
};
|