mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-06-20 20:05:40 +02:00
parent
28426129d5
commit
288b2d9d4f
3 changed files with 457 additions and 514 deletions
|
@ -13,7 +13,7 @@ insert_final_newline = true
|
|||
|
||||
[*.rsc]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
indent_size = 2
|
||||
|
||||
[*.{yml,yaml,sls}]
|
||||
indent_style = space
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,6 @@
|
|||
# Mikrotik RouterOS automatic backup and update
|
||||
|
||||
This script allows you to generate daily backups of MikroTik and send them to an email address. You can also choose to enable automatic RouterOS upgrades or receive notifications exclusively for new firmware versions.
|
||||
|
||||
> ‼️Use [WinBox 4.0](https://mikrotik.com/download), to update the script
|
||||
> 💡 If you have any ideas about the script or you just want to share your opinion, you are welcome to [Discussions](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/discussions), or you can open an [issue](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/issues) if you found a bug.
|
||||
|
||||
|
||||
|
@ -21,8 +19,6 @@ This script allows you to generate daily backups of MikroTik and send them to an
|
|||
**Backups and automatic RouterOS upgrade** - The script begins by creating a backup, followed by a check for any new versions of RouterOS. If a newer firmware version is detected, the script initiates the upgrade process. Upon completion, two emails are sent: the first includes the system backups from the prior RouterOS version, and the second, sent post-upgrade, contains backups of the updated system.
|
||||
|
||||
## How to use
|
||||
> ‼️Use [WinBox 4.0](https://mikrotik.com/download), to update the script
|
||||
|
||||
> ❗️ **Important**
|
||||
> Ensure your device identity does not contain spaces and special characters! `System -> Identity`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue