A complete listing of options available for use when starting the UNIX Client Agent is shown in the table below. These options are used to optimize and customize the operation of the Client Agent. They are not required in order for the Client Agent to run and should be used with caution.
| option | use |
|---|---|
| -b <bufsize> |
Disk I/O buffer size in bytes. [16384]
(16384 .. 65536) |
| -c<n> |
Sleep "n" miliseconds while waiting
(0... 1000) [0] |
| -e | Turns off traversing across file system [Traverse FS] |
| -S | Singe user mode option |
| -ARCUSER |
Sets the ALLOW/DENY list per ARCserveIT username.
For example:
-ARCUSER A:ARCUSER1 N:ARCUSER2 where A corresponds to -ALLOW and N corresponds to -DENY. NOTE: This option is used with single user mode in conjunction with the -S or -NOPASSWORD option.
|
| -ALLOW |
The ALLOW option defines the IP Addresses that are allowed the access
to the agents.
For Example:
ALLOW N:192.35.100.0(255.255.255.0) H:141.1.100.10
Where N denotes a network address. An optional subnet mask
can be set. Where H denotes a host's IP Address
NOTE: This option is used with single user mode in conjunction with the -S or -NOPASSWORD option.
|
| -s <bufsiz> | Socket buffer size option. Specifies the size of the socket buffer. (4096..65536) [system dependent] |
| -l | Enabling this option will cause the agent to check for advisory locks [mandatory locks only] |
| -m <maxbuf> | Number of buffers allocated for I/O (2 .. 1024) [128] |
| -n | Back up NFS mount directories [no NFS directories] |
| -NOPASSWORD | Enables the -ALLOW, -DENY, and -ARCUSER options to be used. Same as the -S option in that no password is required in Single User Mode. |
| -T tar / -T cpio | Sets agent to use either the tar or cpio native UNIX backup format. |
| -v | Verbose mode. Enables the print out of detailed debugging messages to the console. |
| -DENY |
Host or Network IP Address Deny list. The DENY option defines the IP
Addresses that are not allowed the access to the agents.
For example:
-DENY N:.35.100.0(255.255.255.0) H:141.1.100.10 Where N denotes a network address (an optional subnet mask can be set) and H denotes a host's IP Address. NOTE: This option is used with single user mode in conjunction with the -S or -NOPASSWORD option.
|
| -P <n> |
To execute the default pre/post-scripts associated with the type of
job being run (backup or restore), while changing the default time-out,
option <-P> should be specified followed by a variable number <n>,
which is user defined and measured in minutes [5](0..10).
For example: The option -P 10 assigns a wait time period for the pre-script (backup or restore) of 10 minutes. If the -P option is used but <n> is not specified, an error will occur. The default script associated with each option is listed below:
|
The Client Agent control files provide a means for limiting which directories, file systems or file system types will be excluded from backup operations on a particular workstation.
The Directory Control file, uag.cntl, should list all directories and/or file systems on that workstation to exclude from backup operations. The syntax for specifying directories and file systems within this file are a one-line, complete path name, beginning with a slash (/). For example: /opt/account1
| File Contents | Field Description |
|---|---|
| [0] | Object type: pre-defined number of a specific agent |
| NAME Uagent | Agent's name |
| VERSION 5.0.0 | Agent's version number |
| HOME /opt/uagent | Home directory for agent |
| #ENV CHEY_ENV_DEBUG_LEVEL=2 | Environment variables passed to agent |
| BROWSER asbr | Browser module for agent |
| AGENT uagentd | Backup module for agent daemon |
| MERGE umrgd | Merge daemon |
| VERIFY umrgd | Scan daemon |