Displaying 1 result from an estimated 1 matches for "swlibrary".
2001 Sep 18
1
rsync 246 P24, Sol2.8 - transfer interrupted (code 1)?
Hi
I'm a new rsync user. I have two systems, A and B both with rsync
installed. I've setup rsync in daemon mode on system B and want to rsync
a directory /projects/sw/lib/ from system A to system B. My rsyncd.conf
file on system B looks like this:
[swlibrary]
path = /projects/sw
comment = Master Libraries
If I execute on system A:
rsync systemB::
I can see the module [swlibrary].
I then execute this command on system A:
cd /projects/sw
rsync -avz lib/ systemB::swlibrary/lib
When I check the directory on system B, no direct...