Refreshed MikroTik Automated Backups Application

Hello everyone,

At the very beginning of my journey with MikroTiks I used mtbackup.exe app available on wiki to make a copy of each device.
After some time, it became hard to manage more and more devices with this tool. Backups verification became more time consuming and also, making a copy of *.rsc file was missing for me.
That is why, I decided to write a simple software that makes a copy of *.backup and *.rsc file based on XML file to centralized location with log generation and sending it via email :slight_smile:

I have been using it since few weeks and making a full copy of RouterOS based device become much more easier. I hope some of you also may find it useful. Please let me know what do you think, share your remarks and thoughs and how we can improve it.
Overview available here: https://grzegorzbudny.wordpress.com/2019/01/25/mikrotik-automated-backups/
Here https://github.com/gbudny93/Backup_mt you can find a source with deployment details.

Thank you
Grzegorz Budny