On Tue, 24 Aug 2004 08:36:17 -0700 (PDT), Ajay Salunke ajay_salunke@yahoo.com wrote:
Dear friend,
Can any one tell me how o\to do replication in Linux. As I have one server
(Linux) which contains data . Now I want to replicate that data to other server as
master server.And whenever any new data comes to this server it will
automatically replicate on master server.
In SuSE Linux you can schedule backups and specify the location graphically ... its pretty simple to do.
alternately you can use rysnc ...
or mount the remote server over NFS ... set a cronjob to copy newer files
or you cud use tools like G4U ( ghost utils )
or use some app for incremental / full backup ...
Happy Computing Harsh