-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hint: automatic Mikrotik backup #6
Comments
@petrkutalek - AFAICT, that only works if you're booted into RouterOS, though, right? I'm booted into SwitchOS for performance reasons. |
(Also related: #4) |
I (again RouterOS) run a modified version of this backup script for mikrotik stuff I cannot (easily) ssh into (f.e. at my sisters places) But it should be possible to use curl/wget scripts, like mentioned here: |
Hi Jeff,
Automatic backup of Mikrotik device can be done very easily:
ssh mymikrotik /system backup save name=/mymikrotik.backup scp mymikrotik:/mymikrotik.backup .
or save configuration (textual) and copy it
ssh mymikrotik /export file=/mymikrotik scp mymikrotik:/mymikrotik.rsc .
As always, thanks for sharing your experience. 👍️
Petr
BTW: I'm always curious about your geerli.net domain. It seems to publicly contain only a private 10.0.0.0/8 A record; 🤔 so is it set up on a DNS server on the internal network for local addressing? Maybe it deserves some video in the future. 😃
The text was updated successfully, but these errors were encountered: