User Tools

Site Tools


build:rsync-aix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
build:rsync-aix [2007/10/15 14:07]
4.245.73.220 created
build:rsync-aix [2008/04/09 23:06] (current)
4.245.79.14
Line 1: Line 1:
-<pre>+<​html>​<pre>
 ================================================================================ ================================================================================
 Steps to implement rsync backups on new client/​server pair: Steps to implement rsync backups on new client/​server pair:
Line 63: Line 63:
             no-port-forwarding,​no-X11-forwarding,​no-pty,​no-agent-forwarding             no-port-forwarding,​no-X11-forwarding,​no-pty,​no-agent-forwarding
           = Include a space after the added stuff.           = Include a space after the added stuff.
-  - Copy the edited public key from the client to each server:+  - Copy the edited public key from the client to each server ​it will use:
       + Do this command on the client       + Do this command on the client
         scp -p /​tmp/"​`hostname`"​.id_dsa.pub __yourself__@__server__:/​tmp         scp -p /​tmp/"​`hostname`"​.id_dsa.pub __yourself__@__server__:/​tmp
Line 153: Line 153:
   - Must edit the $HOME/​xfer/​config to change "​IdentityFile"​ to "​IdentityFile2"​   - Must edit the $HOME/​xfer/​config to change "​IdentityFile"​ to "​IdentityFile2"​
     due to the different syntax for this older versin of OpenSSH.     due to the different syntax for this older versin of OpenSSH.
-  - ssh -o"​IdentityFile2 /​root/​xfer/​id_dsa" ​ __server__.sluug.org id +  - ssh -o"​IdentityFile2 /​root/​xfer/​id_dsa" ​ __server__.sluug.orgid 
-  - ssh -o"​IdentityFile2 /​root/​xfer/​id_dsa"  ​__server__.sluug.org date +%Y%m%d +  - ssh -o"​IdentityFile2 /​root/​xfer/​id_dsa" ​ __server__.sluug.org. date +%Y%m%d
-  - F=$HOME/​xfer/​config $HOME/​xfer/​run_ssh.pl ​__server__.sluug.org. date +%Y%m%d+
  
 Create script on the client to run: Create script on the client to run:
Line 200: Line 199:
       + For ssh authentication on server, using modified authprogs       + For ssh authentication on server, using modified authprogs
         originally from http://​www.hackinglinuxexposed.com/​tools/​authprogs         originally from http://​www.hackinglinuxexposed.com/​tools/​authprogs
-</​pre>​+</pre></​html>
build/rsync-aix.1192475265.txt.gz · Last modified: 2007/10/15 14:07 by 4.245.73.220