rsync daemon

James Michael Fultz croooow at gmail.com
Tue Sep 29 11:49:02 UTC 2009


* Kaushal Shriyan <kaushalshriyan at gmail.com> [2009-09-29 16:14 +0530]:
>The question is how can i call the rsync client from the remote 
>hosts automatically to ping the rsync daemon and fetch only the 
>new files which is available on rsync server? 

Setup a cron job on each client host to run rsync on an 
appropriate schedule.

<https://help.ubuntu.com/community/CronHowto>

Alternatively, you could run an rsync daemon on each remote host 
and use cron on the server to run rsync to push updates to each 
remote host.




More information about the ubuntu-users mailing list