View Source

The Linux Backup Agent installer automatically sets the default parameters for the configuration file located in {{/usr/sbin/r1soft/conf/agent_config}}. If you make any changes to this file, you must then restart the Backup Agent daemon using {{/etc/init.d/cdp-agent restart}}. For more information about the serverbackup-setup command, see [About the cdp-agent and serverbackup-setup tools|ServerBackup:About the cdp-agent and serverbackup-setup tools]. For more information about restarting your Backup Agent, see [ServerBackup:Start, stop, or restart the Linux Backup Agent].

You can get a list of all the available configuration options by using the following command:
{code}cat /usr/sbin/r1soft/conf/agent_config{code}
or

{code}less /usr/sbin/r1soft/conf/agent_config{code}

h3. Backup Agent Configuration Options

|| Option Name || Default Value || Description ||
| *ConfDir* | {{/usr/sbin/r1soft/conf}} | The configuration directory path. |
| *LogDir* | {{/usr/sbin/r1soft/log}} | The directory where the Backup Agent saves its log files. |
| *LogFileMaxBytes* | 33554432 | The maximum size of the log file. When  the log file size reaches the maximum, the Backup Agent creates a new log file and begins storing data to the new file. \\ |
| *LogFileMaxFiles* | 10 \\ | The maximum number of log files retained by the Backup Agent. When the number of files reaches the maximum, the Backup Agent deletes the oldest file, and then creates a new file. \\ |
| *BindTo* | 0.0.0.0 all IPs | The IP address where the Backup Agent listens for requests. The default IP address is 0.0.0.0. When the default IP address is in use, the Backup Agent accepts connections on any IP address configured on your Linux server. |
| *LocalPort* | 1167 | The TCP port on which the Backup Agent listens for requests. |
| *MaximumNetworkConnections* \\ | 32 \\ | The maximum number of simultaneous network connections accepted by the Backup Agent. \\ |
| *RecoveryMode* \\ | 0 \\ | If set to 1, the Backup Agent accepts the connections from the Backup Manager without authentication. \\ |
| *PidFile* | {{/var/run/buagent.pid}} | The file to which the Backup Agent writes its process identifier for the {{/etc/init.d/cdp-agent}} command to shut it down. |
| *LockFile* | {{/var/run/buagent.lock}} | The Backup Agent lock file which prevents multiple Backup Agents from starting at the same time. |
{excerpt:hidden=true}Provides information about the Linux Backup Agent configuration file and how to make changes using the Linux Backup Agent CLI. {excerpt} \|