Changes

Jump to navigation Jump to search
772 bytes added ,  17:02, 13 April 2007
m
Line 46: Line 46:  
<br>
 
<br>
 
Install the RPMs.
 
Install the RPMs.
 +
 +
==== Quick start example ====
 +
You have a SME 7 production server with hostname 'prodbox‘ and IP 10.200.48.1.<br>
 +
Set up a second SME 7 box as your backupserver with hostname 'affabox‘ and IP 10.200.48.2.
 +
 +
# log into the 'affabox' and install the packages as described above.
 +
# generate the DSA keys and send the public key to the 'prodbox'<br><code># affa --send-keys 10.200.48.1 </code>
 +
# copy the config helper script sample<br><code># cp /usr/lib/affa/jobconfig-sample.pl /root/prodbox-job.pl </code>
 +
# edit /root/prodbox-job.pl and set<br><code>my $jobname='prodbox';</code><br>and<br><code>'remoteHostName‘=>'10.200.48.1',</code>
 +
# write the configuration<br><code># /root/prodbox-job.pl</code>
 +
# run the job manually<br><code># affa --backup prodbox</code>
 +
 
=== Configuration ===
 
=== Configuration ===
 
{| border="1" cellpadding="3"
 
{| border="1" cellpadding="3"
501

edits

Navigation menu