Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hi.
I'm looking for a Syncronizacion Softwares (running as a daemon) to do a unidirectional syncronization of some files/folders from a lot of servers to one central server.
As there are a lot of servers i want a software that only needs to be installed on the central server and pulls the files/folders from the other servers.
rsync and unison need to be installed on both machines and syncronize the files/folder by sending them from al the servers to the central server(its no the central server the one who pulls the files/folder from the other servers), so they dont work for what i want.
rsync may already be installed on all your servers as it is a fairly basic utility in Linux.
If you can't use that then it seems you'd be stuck trying to script something with scp (assuming you have ssh/scp access to the servers). It is not designed for checking whether things already exist though like rsync and unison do so it will eat up your bandwidth.
One way around that might be to run an ssh command to get simply a listing of the files on the remote host with key attributes then do a listing on the master (local) host and diff the two lists to get a list of files to scp from remote to local. This would be somewhat convoluted and unnecessary if you can use rsync. If it were me I'd work out installing rsync to save time.
Right - but it still requires rsync to exists on both hosts. In your original post you implied that rsync doesn't exist on the remote hosts and in my reply I suggested that it probably does.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.