Saturday, January 26, 2019

MikroTik Router Configuration File Auto Backup via Email | Part-22

at  6:13 PM -  by Backdoor Dhaka 1

In this video, I will share how to MikroTik Router Configuration File Auto Backup via Email or FTP or any other server.A regular task of a network administrator is to store configuration file backup. Almost every network administrator takes configuration file backup manually. But MikroTik router provides an E-mail tool by which network administrators can automate configuration file backup regularly via email and can reduce his/her daily manual task easily. E-mail tool is not configured by default in MikroTik router. So, network administrators must configure E-mail tool as well as do some scripting for getting email backup service.

Today we will do tutorials on the following topics.
1. Email configuration
2. Writing script for storing backup and sending Email
3. Creating scheduler for executing script regularly

----------------------------------------------------------------------------------------------
Script Language

Name: Mail Backup

:log info "Mikrotik Backup JOB Started . . .By Md.Monarul Islam "
:global backupfile configbackup
:log info "Deleting old Backup File If available otherwise ignore & process further . . . "
/system backup save name=$backupfile
:log info "Backup process pausing for 10s so it complete creating backup file"
:delay 10s
:log info "Start Sending Backup File via Email using GMAIL SMTP  . . ."

/tool e-mail send to=kazipurit@gmail.com subject=([/system clock get date] . \ " MikroTik Backup") body="MikroTik Router configuration file email backup" start-tls=yes file=$backupfile
:delay 40s
:log info "Backup Finished"
:log info "Deleting Backup File..."
/file remove $backupfile
:log info "All Done."


NB: If you have any problems setting up email then this link will be off .
Link: https://myaccount.google.com/u/3/lesssecureapps?pageId=none
---------------------------------------------------------------------------------------------

#Mikrotik_auto_backup #Mikrotik_restore_configuration_file


🔳🔳🔳 BELOW QUESTION SOLUTION THIS VIDEO 🔳🔳🔳

MikroTik Router Auto Mail Backup
MikroTik Router Auto Backup via Email
Automatically MikroTik Router Backup send to Email
how to auto backup to email from mikrotik
Mail Send from Mikrotik to your Gmail Account.
Automatically backup and email of router configuration
Mikrotik Backup Configuration to Email
How to auto backup for mikrotik
Mikrotik Configuration Backup
Backup and Restore Configuration Mikrotik
Mikrotik Email Setup
Send E-mail From Mikrotik to your Gmail account
Mikrotik Email Setup with Gmail Account
Automatically MikroTik Router Backup send to Email
E-mail Mikrotik Backup
Mikrotik Backup and Export Configuration to Gmail
How to Backup Mikrotik Router Configuration File
How to Backup and restore Mikrotik Router Configuration Files
Mikrotik Router Backup and Restore Process


Backdoor Dhaka


I dedicate myself in providing help to students as well as to IT professionals who are having a difficult time in learning their Operating system (Windows 7, 8, 10), Office Application, Redhat Linux 7, Windows Server 2012/R2, Cisco (Switching & Routing) or any Certification requirements. I also offer tutorials for students who want to learn how to System Admin/IT Manager themselves. I provide efficient lessons and exercises that help students develop their Personal skills or even discover their hidden talents in Network Technology in World.
View all posts by Backdoor Dhaka →

1 comment:

  1. Great Job
    I have a situation, I'll appreciate you help
    I configured a hotspot and I have a problem with quota when applying shared user.
    In the User setup I have for example 10GB allocated to that user. That user will then sign-in on 2 devices with same account after enabling shared user at user profile, but when both devices active, it will then be possible for that user account to use 20GB. not 10GB. it's means that the limits not divided on two devices.
    thanks in advance

    ReplyDelete

Thank your for your comments. I will replay very soon. Stay with us and subscribe my YouTube channel.

Total Pageviews

Subscribe My Channel

Follow me

Enter your email address:

Delivered by FeedBurner

Contact Form

Name

Email *

Message *

Proudly Powered by Kazipur IT.
back to top