How to update and import a configuration
You can export a configuration, update it, and import the updated configuration into Sophos Firewall.
This example uses a configuration with sensitive information, for example User.
-
Export the configuration.
-
To extract the files, go to the Windows or Linux command-line console on your endpoint, go to the folder containing the
.tar
file, and enter the following command:tar -xvf <tarfilename>.tar
This exported file contains sensitive information, such as users' passwords. So, it contains the following files:
Entities.xml
hashFile.json
propertyfile
Here's an example:
-
Open the
.xml
file in a text editor, such as Notepad, and make the configuration changes you want. -
To compress the updated
.xml
file and the other files into a.tar
file, enter the following command:tar -cvf <newtarfilename.tar> Entities.xml hashFile.json propertyfile
Here's an example:
-
On the web admin console, go to Backup and firmware > Import export, and import the
.tar
file. -
Enter the Secure storage master key.
Sophos Firewall imports the configuration.