Changes

Jump to navigation Jump to search
2 bytes added ,  02:42, 17 October 2007
m
Line 136: Line 136:  
|-
 
|-
 
| ConnectionCheckTimeout
 
| ConnectionCheckTimeout
| seconds || before the rsync process is started on the remote source host, affa checks the ssh conncetion and exits with an error after the configured time, if the host does not response.
+
| seconds || before the rsync process is started on the remote source host, affa checks the ssh connection and exits with an error after the configured time, if the host does not respond.
 
|-  
 
|-  
 
| rsyncTimeout
 
| rsyncTimeout
Line 142: Line 142:  
|-  
 
|-  
 
| rsyncCompress
 
| rsyncCompress
| yes ''or'' no || compress the tranferred data. May be useful with slow internet connections. Increases CPU load on source and backup host.
+
| yes ''or'' no || compress the transferred data. May be useful with slow internet connections. Increases CPU load on source and backup host.
 
|-
 
|-
 
| EmailAddresses
 
| EmailAddresses
Line 148: Line 148:  
|-
 
|-
 
| chattyOnSuccess
 
| chattyOnSuccess
| integer >= 0 || when set to a value>0, Affa sends a message on a sucessfully completed job run and decrements the chattyOnSuccess value. When the value has reached zero, Affa falls back to the default and only sends messages on errors.
+
| integer >= 0 || when set to a value>0, Affa sends a message on a successfully completed job run and decrements the chattyOnSuccess value. When the value has reached zero, Affa falls back to the default and only sends messages on errors.
 
|-
 
|-
 
| AutomountDevice<br>AutomountPoint
 
| AutomountDevice<br>AutomountPoint
Line 157: Line 157:  
|-
 
|-
 
| preJobCommand<br>postJobCommand
 
| preJobCommand<br>postJobCommand
| full path || programs (local on the affa server) to be executed before/after a job run. The jobname and type (scheduled, daily etc.) are passed as arguments to the program. The exit code is additionally passed to the post job command program. See /usr/lib/affa/ for sample perl scripts.
+
| full path || programs (local on the affa server) to be executed before/after a job run. The job name and type (scheduled, daily etc.) are passed as arguments to the program. The exit code is additionally passed to the post job command program. See /usr/lib/affa/ for sample perl scripts.
 
|-
 
|-
 
| RootDir
 
| RootDir
| full path || where to store the backup archives, Do not use /home/e-smith or /root as these are included in the backup and therefore the rise otpion will not work! Recommended: /var/affa
+
| full path || where to store the backup archives, Do not use /home/e-smith or /root as these are included in the backup and therefore the rise option will not work! Recommended: /var/affa
 
|-
 
|-
 
| Debug  
 
| Debug  
Line 169: Line 169:  
|-
 
|-
 
| rsync--inplace
 
| rsync--inplace
| yes ''or'' no || set to no, if the rsync versionon the source does not support this option (like rsync on SME6)
+
| yes ''or'' no || set to no, if the rsync version on the source does not support this option (like rsync on SME6)
 
|-
 
|-
 
| StrictHostKeyChecking
 
| StrictHostKeyChecking
| yes ''or'' no || set to no to disable ssh host key check. Useful, when serveral servers behind a firewall should be reached over different forwarded ssh ports. Avoids the 'Offending key in...' prompt. Default setting is 'yes'.
+
| yes ''or'' no || set to no to disable ssh host key check. Useful, when several servers behind a firewall should be reached over different forwarded ssh ports. Avoids the 'Offending key in...' prompt. Default setting is 'yes'.
    
|}
 
|}
95

edits

Navigation menu