Backup And Restore
Introduction
The configurations can be saved and restored either manually or automatically, using the remote configuration backup service.
Manually Managing the Configuration Backups
To manually save the current configuration (in this context save means downloading a file containing the configuration which can later be used to recreate that configuration) navigate to System -> Manage UTM Configuration and enter the ‘Local configuration’ tab (Figure 12-1). There are three operations that are offered to Syneto’s administrator:
Take care when you are restoring a configuration because the connectivity with that machine may stop if the configuration isn’t suited for that network environment. If this happens the only way to remedy the situation is to physically access the machine’s console and change the necessary items to have network connectivity again. This is especially true when restoring the default configuration. The configuration backups can be managed from command line too using the config command. To save the configuration use the following command: # config file export <some_name> Give a meaningful name to the configuration. The configuration will be saved with that name in the current directory (if it is writable). Once saved it can be scp-ed somewhere else. To import a configuration uploaded to Syneto or from an url, use this command: # config file import <file/url> To restore the factory defaults use: # config file restore Figure 12-1 Remote Configuration Backup Service
|

