Since you have rsync, I assume you have the rsync rpm, in which case you can use 'man rsync' to see about running rsync as a daemon. Use
'man rsyncd.conf' for further information about setting it up.  You can
also try googling "rsync server". In any case, not only does a server for rsync exist, you almost surely already have it.

Steven Yellin

On Mon, 28 Mar 2011, Ciprian Pinzaru wrote:

Hello,
Could you tell me if exist a server for rsync for SL 5.4?
Until now I made rsync with next script:
*#!/bin/bash
rsync -vaH --delete --exclude=".~tmp~" rsync://server/mirrors/scientificlinux.org/54/x86_64/ /storage/vol_00/repo.grid.uaic.ro/mirrors/sl/5.4/

Thanks,*

--
======================================
= ing. Ciprian Pinzaru               =
=                                    =
= UAIC - DCD                         =
= Phone:     +40 (232) 201004        =
= Email:     [email protected] =
======================================


Reply via email to