Mikrotik Partial Backup Procedure.

Dears!

Please advice how can i take parial backup from mikrotik, Like only firewall or only IP addess.
Please Suggest. :sunglasses:

Md Shamim Jahan
Bangladesh.
Skype: shamim-sourav

You can use export command to do this
M.

/ip firewall filter export file=ip-firewall.rsc

/ip address export file=ip-address.rsc

Thanks for your reply dudes.