similar to: transfer interrupted (code 20) at rsync.c(229)

Displaying 20 results from an estimated 10000 matches similar to: "transfer interrupted (code 20) at rsync.c(229)"

2002 Feb 12
1
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
Trying to rsync between win2k machines. rsync version is 2.5.3pre (downloaded today) This is the message after 368100 files have been checked: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) My cmdline is : c:\sbin\rsync\rsync -az /cygdrive/d/Home xxx@xxx.skelleftea.se::dropZone/GY/ba-disk01 --stats -v -P --timeout=84600 I have tried with both with and without -z (-az or -a)
2001 Nov 17
2
transfer interrupted (code 3) at flist.c(812)
Ok, I just setup the log file and this is what I see there: rsync on cdrive/Temp/pix.log from admx (141.214.137.139) transfer interrupted (code 3) at flist.c(812) I had to change [cdrive] from path = "c:\" to path = c: to get rid of '@ERROR: chdir failed' error. I am getting close but still need some help. Thanks in advance. Nishi > -----Original Message----- From:
2006 Aug 27
0
Protocol
I am looking for someone who knows the rsync protocol byte specifics, so I can write the documentation for the file list and file data transfer parts of the protocol. I have already written a simple explanation of the protocol handshake, and I would really like for the end result to be place with the code or on the website. I have attached what I have written so far, a rough draft of what I
2002 Apr 26
1
rsync 2.5.5 - Utilizing "exclude from" in rsync.conf
I am attempting to utilize the exclude from option in my rsync configuration file (rather than maintain lists on users machines) but it does not appear to be working. One example, I placed *.mp3 in the file to keep them from syncing mp3 files to the server and jamming up space. But rsync just seems to ignore this and syncs the files anyway without any errors to the syslog. All of my
2001 Sep 11
1
Setting up an rsync server
I am trying to set up an rsync server on windows 2000 and red hat linux 7.1, but unsuccesfully. I haven't been able to find detailed information in the man pages about this issue, which makes it quite hard to figure out. So far I have set up an ftp server and a http server, which I guess would be required for rsync to transfer the files through. Secondly I have created the required files:
2005 Jan 06
1
How to use rsync
Hi, I am having one machine which i want to configure as a rsync server. Onthe machine I had kept the following file /etc/rsyncd.conf motd file = /etc/rsyncd.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [rsync-test] path = /home/xidcit/test comment = XIDC Rsync Server uid = nobody gid = nobody read
2003 Jul 05
2
@ERROR access denied
Hi All: I am new to rsync so be gentle with me. I have been able to get rsync working enough to be able to list modules but not transfer files. When I try to transfer a file from the client to the server I use the command: rsync -avz fapmenu fisdev::bak The client displays the following messages: @ERROR: access denied to bak from pgiprd.forsoft.com (192.168.2.19) rsync:
2002 Feb 04
0
rsync daemon on win2k problem
Hello, I've been trying to get rsync to work in daemon mode between two win2k boxes without success. The client rsync invariably comes back with: rsync: read error: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(151) With cygwin1.3.3/rsync2.4.6, cygwin1.3.9/rsync2.5.1 or cygwin1.3.9/rsync2.5.2 (and with various patches, principally those
2002 Jul 29
0
Preserving Permissions using server
Hi!:) - try using the sudo command as a prefix to all of that. I know that if I didn't do that it would default to nobody.nobody when I copied. -Tito > > Hi All, > I recently installed Rsync to perform backup features - this > includes backing up a /home dir and keeping ownerships/permissions > intact is obviously very important.... > > However when I perform.
2001 Oct 14
1
ssh->rsync->newbie
warning: rsync/sysadmin newbie question... I want to sync the web directory from my production server to my backup server (through ssh). rsync is working fine, except that it doesn't seem to authenticate my rsync user which is not a system user. If I run the command manually, sshd asks for the far end user's password. If I use that user's password, the files are rsynced to a
2007 Sep 18
2
rsync daemon troubleshooting
Hi all: I tried to start a rsync daemon under my user name (not an administrator) on debian linux box(linux kernel 2.4.27), and failed. The command I used is > rsync -v -v --daemon --config=rsyncd.conf This command returns without any error although the daemon does not get started. The rsyncd.conf I used is as follows. Do I miss anything in the configuration file? Any help is appreciated.
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
2006 Apr 10
0
rsync error
hello, It's the first time I post some thing in this forum. I am using rsync over Netware 6.5 to syncing 20 Novell servers. My wan conection is 2 Mb and I run rsync at night when traffic is very low. I use the following parameters: rsincstp.ncf sys:rsync/rsyncdn Rsync172.17.X.Y:873 rsyncstr.ncf sys:rsync/rsyncst sys:rsync/rsync --progress --address=172.17.X.Y
2002 Mar 21
2
Start Rsync Error
Hi, I have installed rsync-2.4.6 version on Linux Redhat 6.2 (Kernel-2.2.14-5.0), after installed I tried to test the rsh and run "rsh remotehost /bin/true > out .dat". But it failed the error message was "Permission denied". I checked the permission all was okay, I forgot the rsh/csh methods and replaced by RSYNC_PROXY. Finally, it failed again. I would like to know that
2002 Jul 29
1
problems preserving permissions -
Hi All, I recently installed Rsync to perform backup features - this includes backing up a /home dir and keeping ownerships/permissions intact is obviously very important.... However when I perform. (current working path is /home) rsync -azv --progress --stats * andrew@192.168.0.2::tmp/home and on the server side of things... I have it setup like so - motd file = /etc/rsyncd.motd
2011 Mar 28
2
After successfull passwordless ssh login, unable to do rsync
Hello everybody. I got a strange problem, which I hope to solve with your help. I'm doing "remote backups" using rsync in an ssh tunnel. In the last setup I realized, something is driving me crazy and I can't find *what* the problem is. I managed to successfully login via ssh in a "passwordless" way (by means of RSA-keys). After this step is done and I'm logged
2001 Nov 20
2
rsync server over SSH [includes code patches]
Hi Folks -- I've recently had the need to add a piece of functionality to rsync that allows one to run 'rsync --daemon' (rsync in "rsync server" mode) over SSH. My main goal was to be able to use some of the features from rsyncd.conf(5) (notably modules) while still using SSH for authentication and network transport. Background: I wanted to have the capability of setting
2003 Mar 02
1
rsync2.5.6 can't find system config file
I had rsync2.5.5 running fine ona RedHat Linux 8 system. I downloaded the rsync2.5.6 code and it compiled with no problems. However, operations which worked before are now failing. Here is my rsyncd.conf file uid = nobody gid = nobody # use chroot = no max connections = 4 syslog facility = local5 pid file = /var/run/rsyncd.pid motd file = /etc/rsyncd.motd [ftp] path = /var/ftp/pub
2002 Mar 12
1
Samba 2.2.2 as a PDC for XP logins
And you have user and machine accounts that work? I had actually a big problem joining a Samba PCD from a Windows XP machine. However I don't remember what exactly I had to do to make it work. (I never changed the Samba settings, just fiddled around in Windows.) //Anders > Yeah, all applied but still no luck > -----Original Message----- > From: Anders Widman
2003 Dec 02
2
rsync 2.5.6 with ssh to a remote server
Hi, I would like to use the new interface style: rsync --rsh="ssh -l username -i key" <src> username@host::module, however I get "reset by peer" errors. Can someone give some suggestions, please? Do I need to provide a symlink to the /etc/rysncd.conf file from within the user's dir? Note, I have the groups set to same as user and the group exists. Where does