Code clean ups.

This commit is contained in:
Grzegorz Budny 2019-12-01 11:28:00 +01:00
parent 43c61ea06d
commit 107be23e6b
5 changed files with 91 additions and 30 deletions

View file

@ -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;