Automatic system backup, partial backup, logs backup and send to email on mikrotik

Published: 17 May 2023
on channel: Ripon4You
333
5

backup
========
/system backup save name="$[/system identity get name]_System"
/export file="$[/system identity get name]_Partial-Backup"
log print file="$[/system identity get name]_Log-Backup"
:delay 10s
:log warning "Create backup successful"

send to email
===============
/tool e-mail send to=riponmollick66 subject=RIPON-ROUTER_BackUp file="$[/system identity get name]_System"
/tool e-mail send to=riponmollick66 subject=RIPON-ROUTER_BackUp file="$[/system identity get name]_Partial-Backup"
/tool e-mail send to=riponmollick66 subject=RIPON-ROUTER_BackUp file="$[/system identity get name]_Log-Backup"
:delay 10s
:log warning "Send backup successful"


Watch video Automatic system backup, partial backup, logs backup and send to email on mikrotik online without registration, duration 03 minute 58 second in high hd quality. This video was added by user Ripon4You 17 May 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 333 once and liked it 5 people.