Displaying 2 results from an estimated 2 matches for "rsycnd".
Did you mean:
rsycn
2003 Mar 23
1
Need Help.
Dear Expert,
I'm very newbie with rsync and i just installed RSYNC
in both of my servers. Let say the server is ServerA
(10.1.1.1) and ServerB (10.1.1.2). Rsync daemon runs
in server A. The rsycnd.conf is like this (i save this
file in /etc/rsyncd.conf):
uid = rsync
gid = rsync
use chroot = no
max connections = 4
syslog facility = local5
auth users = root
secrets file = /etc/rsyncd.secrets
pid file = /var/run/rsyncd.pid
[derix]
path = /...
2005 Jan 10
2
Rsync - Copying Every File Every Time
Hello all,
I am using rsync 2.6.3 on RH 9 Linux systems. I think everytime I run the
rsync command, all the files get transferred even if they haven't changed.
Rsync is running as a daemon on my server. Below is the /etc/rsycnd.conf
from my server:
[ftpscript]
path=/home/gab/ftpscript
comment=My FtpScript
list=yes
On my client I use the following command:
/usr/local/bin/rsync --verbose --progress --stats --recursive --links
--perms --compress 10.X.X.X::ftpscript/ /home/g/test
I pasted output of my rsync comma...