Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joncutrer/perfectrestore
MikroTik config restore helper script
https://github.com/joncutrer/perfectrestore
mikrotik mikrotik-backup-script mikrotik-router mikrotik-routeros-script
Last synced: about 2 months ago
JSON representation
MikroTik config restore helper script
- Host: GitHub
- URL: https://github.com/joncutrer/perfectrestore
- Owner: joncutrer
- License: mit
- Created: 2019-02-06T06:49:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T15:49:15.000Z (almost 2 years ago)
- Last Synced: 2024-02-14T21:44:41.029Z (11 months ago)
- Topics: mikrotik, mikrotik-backup-script, mikrotik-router, mikrotik-routeros-script
- Language: Rascal
- Size: 1.95 KB
- Stars: 84
- Watchers: 10
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# perfectrestore
MikroTik config restore helper scriptThis script is designed to restore plain-text, export files created using the following command.
```
/export file=myrtrbackup
```## Features
* **Introduces a delay** – This allows time for the router’s interfaces to initialize before running the import script.
* **Audible prompts** – Before and after beep sequences to tell you if the import was successful.
* **Logging to disk** – you can inspect perfectrestore.log.0.txt to see if the import was successful. This is useful if your router does not have a builtin speaker (some models don’t).## Try it out
Copy both `perfectrestore.rsc` and `backup.rsc` to your router and run the following command.
```
/import flash/perfectrestore
```
The script has a pre and post delay of 15 seconds. Be close to your router to here the confirmation beeps and/or inspect the log file `perfectrestore.log.0.txt`## Documentation
[https://jcutrer.com/howto/networking/mikrotik/perfectrestore-script](https://jcutrer.com/howto/networking/mikrotik/perfectrestore-script)