Last active
February 8, 2024 01:06
-
-
Save carlesloriente/e83e61f883fab90c2ea9e16d08df7413 to your computer and use it in GitHub Desktop.
Routeros export config file and sent to email addres
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/export file=export | |
/tool e-mail send to="[email protected]" subject=([/system identity get name] . " Export " . [/system clock get date]) body="([/system clock get date] configuration file)" file=export.rsc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.notesoncloudcomputing.com/routeros/mikrotik/2019/12/27/routeros-export-and-send-config/