Operating System - Linux
1827514 Members
2812 Online
109965 Solutions
New Discussion

Software for mirror files.

 
SOLVED
Go to solution
Francisco J. Soler
Honored Contributor

Software for mirror files.

Hi all, i need to make a mirror of some files from one server to another one (both with linux), Is there some software to do that?. How can i do this task automatically.

Thanks.
Frank.
Linux?. Yes, of course.
3 REPLIES 3
Stuart Browne
Honored Contributor
Solution

Re: Software for mirror files.

Some commands to look at:

rdist
rsync

There is also a perl script called 'mirror' floating about of which does a similar thing, but is designed for whole FTP sites.

Your best bet on any modern release is 'rsync'. It uses can use SSH as a transport, and can be easily scripted, and then run from cron.
One long-haired git at your service...
Balaji N
Honored Contributor

Re: Software for mirror files.

hi

rsync is the best bet. also, had seen on a mailing list something called sitecopy.

check them out.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Jerome Henry
Honored Contributor

Re: Software for mirror files.

And command would be :
rsync /here/* remote:dest/
to copy all the files from the /here directory to the /dest directory on machine named 'remote'.
J
You can lean only on what resists you...