mirror of
https://github.com/gbudny93/RouterOS_Useful_Scripts.git
synced 2025-07-03 06:44:32 +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
|
||||
# Copyright (c) Grzegorz Budny
|
||||
# Version 1.0
|
||||
# Last update: 2/8/2020
|
||||
# Version 1.1
|
||||
# Last update: 2/14/2020
|
||||
# Creates new backup file and uploads it to MikroTik Cloud
|
||||
|
||||
:global CloudBackup do={
|
||||
|
||||
: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={
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue