search for: rsycd

Displaying 6 results from an estimated 6 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
2025 Jan 12
1
question about --link-dest and the rsync protocol
rsyncd doesn't take unix paths. You must adapt your --link-dest to contend with however the rsycd module is defined in rsyncd.conf. On 1/11/25 9:52 PM, Anthony LaTorre via rsync wrote: > Hi all, > > I'm trying to figure out why a script works when using SSH but not > when using the rsync protocol. When I run the following command: > > rsync -aPh --link-dest=/user/snapsh...
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...
2025 Jan 12
1
question about --link-dest and the rsync protocol
Hi all, I'm trying to figure out why a script works when using SSH but not when using the rsync protocol. When I run the following command: rsync -aPh --link-dest=/user/snapshots/rsync_test/last /home/user/rsync_test root at readynas.internal:/user/snapshots/rsync_test/Jan_11_2025 it works perfectly, correctly recognizing the link-dest parameter. However, when I try to run the same command
2025 Jan 12
2
question about --link-dest and the rsync protocol
...k-dest=./snapshots/rsync_test/last --link-dest=../last but none seem to work. Thanks, Tony On Sat, Jan 11, 2025 at 9:02?PM Kevin Korb via rsync <rsync at lists.samba.org> wrote: > > rsyncd doesn't take unix paths. You must adapt your --link-dest to > contend with however the rsycd module is defined in rsyncd.conf. > > On 1/11/25 9:52 PM, Anthony LaTorre via rsync wrote: > > Hi all, > > > > I'm trying to figure out why a script works when using SSH but not > > when using the rsync protocol. When I run the following command: > > > &gt...
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