Which command exports the current RouterOS configuration to a file named backup?

Study for the MTCNA Foundation Exam. Prepare with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your certification!

Multiple Choice

Which command exports the current RouterOS configuration to a file named backup?

Explanation:
Exporting the current RouterOS configuration to a file is done by using the export command with the file parameter to name the output. If you don’t specify a file, the script goes to the console. By supplying a file name, you save the configuration to storage as a script you can reuse later. RouterOS appends the standard .rsc extension automatically, so using a base name like backup will produce backup.rsc. That’s why the form with the file parameter and a base name is the correct approach: it creates a concrete file you can access and import later. Including an extension in the file name can lead to unexpected results in some versions (like getting backup.rsc.rsc), so the conventional way is to specify just the base name.

Exporting the current RouterOS configuration to a file is done by using the export command with the file parameter to name the output. If you don’t specify a file, the script goes to the console. By supplying a file name, you save the configuration to storage as a script you can reuse later. RouterOS appends the standard .rsc extension automatically, so using a base name like backup will produce backup.rsc.

That’s why the form with the file parameter and a base name is the correct approach: it creates a concrete file you can access and import later. Including an extension in the file name can lead to unexpected results in some versions (like getting backup.rsc.rsc), so the conventional way is to specify just the base name.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy