mirror of
https://github.com/gbudny93/RouterOS_Useful_Scripts.git
synced 2025-08-02 17:15:00 +02:00
Code clean ups.
This commit is contained in:
parent
43c61ea06d
commit
107be23e6b
5 changed files with 91 additions and 30 deletions
|
@ -1,6 +1,6 @@
|
|||
# RouterOS Function
|
||||
# Copyright (c) Grzegorz Budny
|
||||
# Create new backup file and uploads it to cloud
|
||||
# Creates new backup file and uploads it to MikroTik Cloud
|
||||
|
||||
:global CloudBackup do={
|
||||
|
||||
|
@ -19,4 +19,6 @@
|
|||
:log info "...:::Cloud Backup Created:::...";
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$CloudBackup smtpServer=smtpServer smtpPort=smtpPort domain=@example.com recipient=recipient@example.com;
|
Loading…
Add table
Add a link
Reference in a new issue