mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-08-28 13:58:13 +02:00
Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
|
d1cd2dff3d | ||
|
bb6bd987a7 | ||
|
dd10256c94 | ||
|
288b2d9d4f | ||
|
28426129d5 |
3 changed files with 458 additions and 513 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.
|
||||
|
||||
|
||||
> 💡 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.
|
||||
|
||||
|
||||
|
@ -25,7 +23,7 @@ This script allows you to generate daily backups of MikroTik and send them to an
|
|||
> Ensure your device identity does not contain spaces and special characters! `System -> Identity`
|
||||
|
||||
##### 1. Configure parameters
|
||||
Take the [script](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/raw/master/BackupAndUpdate.rsc) and configure it's parameters at the begining of the file.
|
||||
Take the [script](https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update/raw/master/BackupAndUpdate.rsc) and configure it's parameters at the beginning of the file.
|
||||
This step is straightforward as all parameters are well-commented.
|
||||
**Important!** Don't forget to provide correct email address for backups and pay attention to `scriptMode` variable.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue