This commit is contained in:
Grzegorz Budny 2020-02-28 21:26:06 +01:00
parent af837b4424
commit 8cacc24150

View file

@ -1,13 +1,13 @@
# RouterOS Function # RouterOS Function
# Copyright (c) Grzegorz Budny # Copyright (c) Grzegorz Budny
# Version 1.0 # Version 1.1
# Last update: 2/8/2020 # Last update: 2/14/2020
# Creates new backup file and uploads it to MikroTik Cloud # Creates new backup file and uploads it to MikroTik Cloud
:global CloudBackup do={ :global CloudBackup do={
:local systemLicense [/system license get value-name=level]; :local systemLicense [/system license get value-name=level];
:local systemName [/system identity get name]; :local systemName [/system identity get value-name=name];
:if ($currentLicenseLevel != "free") do={ :if ($currentLicenseLevel != "free") do={