mirror of
https://github.com/beeyev/Mikrotik-RouterOS-automatic-backup-and-update.git
synced 2025-12-06 18:29:29 +00:00
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d1cd2dff3d | ||
|
|
bb6bd987a7 | ||
|
|
dd10256c94 |
2 changed files with 2 additions and 2 deletions
|
|
@ -189,7 +189,7 @@
|
||||||
:log info ("$SMP Config export complete: `$backupFileConfig`")
|
:log info ("$SMP Config export complete: `$backupFileConfig`")
|
||||||
:log info ("$SMP Waiting a little to ensure backup files are written")
|
:log info ("$SMP Waiting a little to ensure backup files are written")
|
||||||
|
|
||||||
:delay 20s
|
:delay 40s
|
||||||
|
|
||||||
:if ([:len [/file find name=$backupFileSys]] > 0) do={
|
:if ([:len [/file find name=$backupFileSys]] > 0) do={
|
||||||
:log info ("$SMP system backup file successfully saved to the file system: `$backupFileSys`")
|
:log info ("$SMP system backup file successfully saved to the file system: `$backupFileSys`")
|
||||||
|
|
|
||||||
|
|
@ -23,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`
|
> Ensure your device identity does not contain spaces and special characters! `System -> Identity`
|
||||||
|
|
||||||
##### 1. Configure parameters
|
##### 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.
|
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.
|
**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