mirror of
https://github.com/gbudny93/RouterOS_Useful_Scripts.git
synced 2025-07-04 07:14:31 +02:00
Update.
This commit is contained in:
parent
af837b4424
commit
8cacc24150
1 changed files with 3 additions and 3 deletions
|
@ -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={
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue