How can save configuration on Wireless router ?

Hello guys !

How can save configuration on Wireless router ?

Thank you for your time.

/system backup save name=MyBackup

Ever tried to read the manual? http://www.mikrotik.com/docs/ros/2.9/system/management

Also,

/export file=filename

will save a human-readable text copy of the configuration, which can be handy to have. Restore this by just pasting all or part of it into the terminal window.

Is there any way to turn the binary “system backup” images back into a readable config file? I haven’t found a documented way to.