My first impression on reading the
included some misconceptions.
I looked at backup/restore and saw that it saves everything
in one big binary file. You cannot make any adjustments
before you restore.
Export/Import seemed much better.
It saves everything in a editable text file.
Once I get things working on a test router,
I can save the configuration to a text file,
edit the configuration, tweaking names,
ip numbers, etc. Copy the file to a production
router, tweak names and numbers, copy
to another production router.
Note that it is impossible to import the whole router configuration using this feature. It can only be used to import a part of configuration (for example, firewall rules) in order to spare you some typing.
It took a bunch of work to get my exported configuration into a form that is importable.
Maybe I did things the hard way.
Is there an easy way?
The first think I do is backup the system. Then open a terminal window and type in export file=backupfilename and press enter. Then I ftp into the unit download the rsc file to my computer using editor make changes and then ftp it back to a new unit and run the script.
the “import” command simply and blindly executes any commands that are in the given file. ANY commands. this means that you can write your own commands in there, just like you would configure a new router. Then import this file into any number of routers.
That comment in the manual simply implies that a “/export file=” file will not always work on another system, you will have to edit it and tweak it. But as I said, you don’t need to export anything to be able to import. Just make a new file, and write commands that you will need.