mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-08-04 01:54:55 +02:00
Readme file and update channel parameter fixed.
This commit is contained in:
parent
207090873a
commit
a7734dfcf9
2 changed files with 9 additions and 7 deletions
11
README.md
11
README.md
|
@ -1,17 +1,18 @@
|
|||
# Mikrotik Firmware Auto Updater
|
||||
Script automatically updates router to the latest firmware.
|
||||
When script finds new uptate it sends email notification that upgrade process has started, system backup and config file are in attachment. After firmware and routerboard got updated, it sends second email which tells that upgrade process has been finished.
|
||||
The script automatically updates the router to the latest firmware.
|
||||
When script finds new update it sends an email notification that upgrade process has started, system backup and config file are in the attachment. After firmware and routerboard got updated, it sends the second email which tells that upgrade process finished.
|
||||
|
||||
## How to use
|
||||
##### 1. Create new script
|
||||
System -> Scripts [Add]
|
||||
**Imprtant! ** Script name has to be **firmware-updater**
|
||||
Put script source and **set your email address** to the variable *emailAddress*
|
||||
|
||||
**Imprtant!** Script name has to be `firmware-updater`
|
||||
Put script source and **set your email address** to the variable `emailAddress`
|
||||

|
||||
|
||||
##### 2. Configure mail server
|
||||
Tools -> Email
|
||||
Set your email server parameters. If you don't have one, i recommend to use [smtp2go.com](https://smtp2go.com "smtp2go.com") service, it allows to send thousand emails per month for free.
|
||||
Set your email server parameters. If you don't have one, i recommend to use [smtp2go.com](https://smtp2go.com "smtp2go.com") service, it allows sending a thousand emails per month for free.
|
||||

|
||||
|
||||
##### 3. Create scheduled task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue