Exportar backup

1

Basicamente auto-explicativo. O RouterOS do Mikrotik tem duas funções distintas, uma que faz o backup do roteador e uma que exporta a configuração do roteador. Qual é exatamente a diferença e quando se deve usar um em vez do outro?

    
por Duncan X Simpson 15.10.2016 / 04:44

2 respostas

7

A leitura da documentação do fornecedor é geralmente a melhor abordagem para responder a essas perguntas.

The configuration backup can be used for backing up MikroTik RouterOS configuration to a binary file, which can be stored on the router or downloaded from it using FTP for future use. The configuration restore can be used for restoring the router's configuration, exactly as it was at the backup creation moment, from a backup file. The restoration procedure assumes the configuration is restored on the same router, where the backup file was originally created, so it will create partially broken configuration if the hardware has been changed.

The configuration export can be used for dumping out complete or partial MikroTik RouterOS configuration to the console screen or to a text (script) file, which can be downloaded from the router using FTP protocol. The configuration dumped is actually a batch of commands that add (without removing the existing configuration) the selected configuration to a router. The configuration import facility executes a batch of console commands from a script file.

link

    
por 15.10.2016 / 13:28
1

Não use backups, exceto se você quiser manter as senhas no arquivo de backup. A exportação de configuração é mais portável (ou seja, você pode enviar a configuração para outro dispositivo e até mesmo para outro tipo de dispositivo, já que ele tem mais ou mais recursos).

O caso padrão é: seu dispositivo está quebrado, então você coloca outro (similar) e carrega o backup .. o que não funciona porque é outro dispositivo. Você está ferrado. Não use backups.

    
por 16.10.2016 / 22:36