mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-08-09 20:34:30 +02:00
typo fixes
This commit is contained in:
parent
65e4ac4f58
commit
c034f75bb5
2 changed files with 5 additions and 5 deletions
|
@ -3,9 +3,9 @@
|
||||||
#----------SCRIPT INFORMATION---------------------------------------------------
|
#----------SCRIPT INFORMATION---------------------------------------------------
|
||||||
#
|
#
|
||||||
# Script: Mikrotik RouterOS automatic backup & update
|
# Script: Mikrotik RouterOS automatic backup & update
|
||||||
# Version: 20.04.17
|
# Version: 21.03.30
|
||||||
# Created: 07/08/2018
|
# Created: 07/08/2018
|
||||||
# Updated: 17/04/2020
|
# Updated: 30/03/2021
|
||||||
# Author: Alexander Tebiev
|
# Author: Alexander Tebiev
|
||||||
# Website: https://github.com/beeyev
|
# Website: https://github.com/beeyev
|
||||||
# You can contact me by e-mail at tebiev@mail.com
|
# You can contact me by e-mail at tebiev@mail.com
|
||||||
|
@ -22,9 +22,9 @@
|
||||||
# backup - Only backup will be performed. (default value, if none provided)
|
# backup - Only backup will be performed. (default value, if none provided)
|
||||||
#
|
#
|
||||||
# osupdate - The Script will install a new RouterOS if it is available.
|
# osupdate - The Script will install a new RouterOS if it is available.
|
||||||
# It will also create backups before and after update process.
|
# It will also create backups before and after update process (does not matter what value is set to `forceBackup`)
|
||||||
# Email will be sent only if a new RouterOS version is available.
|
# Email will be sent only if a new RouterOS version is available.
|
||||||
# Change parameter `forceBackup` if you need the script to create backups every time when it runs.
|
# Change parameter `forceBackup` if you need the script to create backups every time when it runs (even when no updates).
|
||||||
#
|
#
|
||||||
# osnotify - The script will send email notification only (without backups) if a new RouterOS is available.
|
# osnotify - The script will send email notification only (without backups) if a new RouterOS is available.
|
||||||
# Change parameter `forceBackup` if you need the script to create backups every time when it runs.
|
# Change parameter `forceBackup` if you need the script to create backups every time when it runs.
|
||||||
|
|
|
@ -43,7 +43,7 @@ To check email settings, send a test message by running the following command in
|
||||||
##### 4. Create scheduled task
|
##### 4. Create scheduled task
|
||||||
System -> Scheduler [Add]
|
System -> Scheduler [Add]
|
||||||
Name: `Backup And Update`
|
Name: `Backup And Update`
|
||||||
Start Time: `03:10:00`
|
Start Time: `03:10:00` (the start time has to be different for all your mikrotik device in a chain)
|
||||||
Interval: `1d 00:00:00`
|
Interval: `1d 00:00:00`
|
||||||
On Event: `/system script run BackupAndUpdate;`
|
On Event: `/system script run BackupAndUpdate;`
|
||||||

|

|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue