All Projects → joncutrer → perfectrestore

joncutrer / perfectrestore

Licence: MIT License
MikroTik config restore helper script

Programming Languages

Rascal
17 projects

Projects that are alternatives of or similar to perfectrestore

mbkp
Mikrotik backup script | simple bash script for doing encrypted backups of mikrotik devices(Routeros) via ssh. Script will do password-protected binary and encrypted with openssl export on regular basis
Stars: ✭ 21 (-60.38%)
Mutual labels:  mikrotik, mikrotik-backup-script, mikrotik-router
Chimay-Red-tiny
This is a minified exploit for mikrotik routers. It does not require any aditional modules to run.
Stars: ✭ 25 (-52.83%)
Mutual labels:  mikrotik, mikrotik-router
Mikrotik API
Mikrotik Dashboard
Stars: ✭ 46 (-13.21%)
Mutual labels:  mikrotik, mikrotik-router
Easy-HotSpot
Easy HotSpot is a super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices. Voucher printing in 6 ready made templates are available. Can be installed in any PHP/MySql enabled servers locally or in Internet web servers. Uses the PHP PEAR2 API Client by boenrobot.
Stars: ✭ 45 (-15.09%)
Mutual labels:  mikrotik, mikrotik-routeros-script
MikrotikScript
Syntax highlighting and completions for the Mikrotik Scripting language for the Sublime Text editor
Stars: ✭ 39 (-26.42%)
Mutual labels:  mikrotik, mikrotik-routeros-script
mikrotik-json-parser
JSON parser library for RouterOS
Stars: ✭ 41 (-22.64%)
Mutual labels:  mikrotik
routeros-client
Abstraction layer over the node-routeros API
Stars: ✭ 63 (+18.87%)
Mutual labels:  mikrotik
RouterOS Useful Scripts
MikroTik RouterOS Useful Scripts for various use
Stars: ✭ 66 (+24.53%)
Mutual labels:  mikrotik
docker-routeros
Mikrotik RouterOS inside Docker container
Stars: ✭ 225 (+324.53%)
Mutual labels:  mikrotik
zonemanager
Central DNS/DHCP database with replication to Amazon Route53, BIND, MikroTik routers and other services.
Stars: ✭ 29 (-45.28%)
Mutual labels:  mikrotik
winbox
Snap package with winbox from MikroTik (https://mikrotik.com)
Stars: ✭ 31 (-41.51%)
Mutual labels:  mikrotik
Mikrotik-Blacklist
Mikrotik friendly blacklist to filter all these damn hackers.
Stars: ✭ 70 (+32.08%)
Mutual labels:  mikrotik
keycloak-radius-plugin
Make the radius server as part of keycloak SSO
Stars: ✭ 102 (+92.45%)
Mutual labels:  mikrotik
aws-vpn-mikrotik
Shell script to transform a Generic AWS VPN configuration guide to MikroTik specific set up commands that can be copy pasted into a mikrotik console to set up the customer end of the connection.
Stars: ✭ 38 (-28.3%)
Mutual labels:  mikrotik
captive-login
Captive-portal login utility for headless environments written in pure bash.
Stars: ✭ 23 (-56.6%)
Mutual labels:  mikrotik
gomiko
multi-vendor networking SDK.
Stars: ✭ 46 (-13.21%)
Mutual labels:  mikrotik
node-routeros
Mikrotik Routerboard RouterOS API for NodeJS
Stars: ✭ 87 (+64.15%)
Mutual labels:  mikrotik
chr-eve-ng
Repository contain LAB's for Mikrotik trainings and helpers for installing CHR into eve-ng.
Stars: ✭ 28 (-47.17%)
Mutual labels:  mikrotik
mikrotik-fwban
Use your Mikrotik firewall to do fail2ban like blocking of unwanted IPs. Written in Go
Stars: ✭ 22 (-58.49%)
Mutual labels:  mikrotik
ROS Scripts
Scripts for RouterOS (MikroTik devices)
Stars: ✭ 81 (+52.83%)
Mutual labels:  mikrotik

perfectrestore

MikroTik config restore helper script

This 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].