AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Operatingsystems
#Servers
#AIX
#Power

 View Only
Expand all | Collapse all

How to replicate files between two AIX server via a WAN link? Replication need not to be synchronous one, Asynchronous replication is enough.

  • 1.  How to replicate files between two AIX server via a WAN link? Replication need not to be synchronous one, Asynchronous replication is enough.

    Posted Wed September 03, 2014 04:51 AM

    Originally posted by: srangama


    Hi all,

    I  want know a very cost effective mechanism to replicate files between two AIX servers via a WAN link. It is not necessary to replicate content online real time, i.e. synchronous replication is not needed, a schedule based asynchronous replication is just fine. A script based solution will also be valuable one.


    Thanks

     


    #AIX-Forum


  • 2.  Re: How to replicate files between two AIX server via a WAN link? Replication need not to be synchronous one, Asynchronous replication is enough.

    Posted Wed September 03, 2014 09:36 AM

    Originally posted by: YannickBergeron


    rsync over ssh if its recursive

    scp if its only a few single files


    #AIX-Forum