export command

How to export the full configuration from routerboard and save as file?

/export file=MyFile.rsc

Thanks Efaden

NOTICE: You can not do (actually till 6.13rc12) it if you write the script on webfig

Is it better to write :
/export verbose file=MyFile.rscTo get everything.

Itś new from ver 6, rtfm. (read the fine manual)

http://wiki.mikrotik.com/wiki/Manual:What's_New_In_v6#Compact_configuration_export

It’s better NOT write verbose, because you export the default.
whit “/export file=myfile” for 6.x or “/export compact file=myfile” from 5.2x ot 5.26 (.rsc are automatically added) you export only the item changed from the default configuration.

And is better.

VERBOSE is not “NEW” on 6.x, is simply the old “export” without “compact”…