From 5101d57d52e60a3c10b974217af70166a3145c45 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 14 Jun 2019 14:59:49 +0200 Subject: backup: split off cloud-backup 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. --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global-functions') diff --git a/global-functions b/global-functions index a629ca6..6522bd8 100644 --- a/global-functions +++ b/global-functions @@ -5,7 +5,7 @@ # global functions # expected configuration version -:global ExpectedConfigVersion 4; +:global ExpectedConfigVersion 5; # global variables not to be changed by user :global SentConfigChangesNotification "-"; -- cgit v1.2.3-54-g00ecf