search for: rsycd

Displaying 3 results from an estimated 3 matches for "rsycd".

Did you mean: rsyncd
2001 Dec 18
2
Rsyncd.conf
Howdy, I am pretty "green" with rsync so any help will be much appreciated. I want to mirror webserver A and webserver B. The two directories I want to mirror are /www/home and /www/default. I was wondering how I would set this up in rsycd.conf and how I would call it in a script? Thanks David
2005 Oct 12
1
Rsync over SSH-tunnel A->B->C using daemon on C
...ing error when executing the rsync-step: Failed to connect to HOST_C: Connection timed out (116). The scipt I now use is: # On HOST_A the following commands are executed # Start rsync daemon on HOST_C and check rsyncd.conf file ssh HOST_B ssh HOST_C rsync --daemon ssh HOST_B ssh HOST_C cat /etc/rsycd.conf # Create SSH-tunnel ssh -fN -l myusername -L 8873:HOST_B:8873 HOST_C # Rsync folders rsync -auv rsync://HOST_C:8873/module_on_HOST_C/folder_on_HOST_C /folder_on_HOST_A # Close rsync daemon on HOST _C and SSH-tunnel ssh HOST_C killall rsync killall ssh Disclaimer: http://www.kuleuven.be/cw...
2001 Oct 09
4
Rsync Throughput issues
I am using Rsync between a Redhat Linux box and an AIX RS600. We have a about 30gb of database we need to sync to a backup server. Sounds good, right? The problem is that Rsync is so slow when we do the initial dump. We have files that are 1 - 5gb. It takes around 14-20 hours to Rsync the file structure, which means our daily backup will miss that days data because we are waiting for the data