Import, export or reset application settings.
• You can import or export multiple groups at a time.
• If a setting does not validate then that whole group will not be imported.
Action | Descrition |
---|---|
Export | Export any of the selected groups to an XML file. |
Export Defaults | Export the application default settings for any of the selected groups to an XML file. |
Reset Defaults | Reset the settings for any of the selected groups to their defaults. |
Reset All Defaults | Reset the settings for ALL groups to their defaults. |
<?xml version="1.0" encoding="utf-8"?>
<settings>
<hostname>www.example.com</hostname>
<created>2016-09-16 06:16:14</created>
<group name="Antivirus_Settings_Log">
<LogFile>/var/log/clamd.scan</LogFile>
<LogFileUnlock>no</LogFileUnlock>
<LogFileMaxSize>1M</LogFileMaxSize>
<LogTime>yes</LogTime>
<LogClean>no</LogClean>
<LogSyslog>yes</LogSyslog>
<LogFacility>LOG_LOCAL6</LogFacility>
<LogVerbose>no</LogVerbose>
<LogRotate>no</LogRotate>
<ExtendedDetectionInfo>no</ExtendedDetectionInfo>
</group>
</settings>