Compare commits

...

12 commits

Author SHA1 Message Date
Alexander Tebiev
d1cd2dff3d
issue #72 2025-07-19 12:53:56 +02:00
Alexander Tebiev
bb6bd987a7
Merge pull request #69 from eltociear/patch-1 2025-04-20 18:03:18 +02:00
Ikko Eltociear Ashimine
dd10256c94
docs: update README.md
begining -> beginning
2025-04-20 23:32:46 +09:00
Alexander Tebiev
288b2d9d4f
25.04.15 (#68)
25.04.15 (#68)
2025-04-15 21:36:49 +02:00
Alexander Tebiev
28426129d5
Update README.md 2025-04-14 16:48:10 +02:00
Alexander Tebiev
5f839c943c
v23.11.25 (#64)
v23.11.25 (#64)
2025-04-12 22:31:55 +02:00
Alexander Tebiev
0a89615c44
Update FUNDING.yml 2025-04-12 21:02:33 +02:00
Alexander Tebiev
6c7bda9994 update gitignore file 2025-03-30 18:14:17 +02:00
Alexander Tebiev
6aafe7d8c3
Update BackupAndUpdate.rsc 2024-08-23 19:26:47 +02:00
Alexander Tebiev
2fd1c96671
Merge pull request #56 from beeyev/beeyev-patch-1
Update BackupAndUpdate.rsc
2024-06-17 20:16:27 +02:00
Alexander Tebiev
532a099778
Update BackupAndUpdate.rsc 2024-06-17 09:59:22 +02:00
Alexander Tebiev
750f655c7c
Update README.md 2024-06-07 20:04:28 +02:00
5 changed files with 597 additions and 402 deletions

View file

@ -13,7 +13,7 @@ insert_final_newline = true
[*.rsc]
indent_style = space
indent_size = 4
indent_size = 2
[*.{yml,yaml,sls}]
indent_style = space

4
.github/FUNDING.yml vendored
View file

@ -1,2 +1,4 @@
# These are supported funding model platforms
custom: https://buymeacoffee.com/beeyev
ko_fi: beeyev
liberapay: beeyev
buy_me_a_coffee: beeyev

4
.gitignore vendored
View file

@ -1 +1,3 @@
/ignore
ignore/
.idea/
.vscode/

File diff suppressed because it is too large Load diff

View file

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