hardlink bug in 2.6.4?

2005-04-22 Thread Erik Jan Tromp
The background: I host one of the unofficial slackware mirrors push to a high speed (unlisted) mirror that several other unofficials use for pulls. To save time/disk/bandwidth I use a custom script to hardlink the trees prior to pushing the updates to said unlisted mirror. The commandline

hardlink bug in 2.6.4?

2005-04-22 Thread Erik Jan Tromp
The background: I host one of the unofficial slackware mirrors push to a high speed (unlisted) mirror that several other unofficials use for pulls. To save time/disk/bandwidth I use a custom script to hardlink the trees prior to pushing the updates to said unlisted mirror. The commandline

buggy? error reporting on remote symlinks

2005-04-22 Thread Nicholas Clark
Is this considered a bug? $ /usr/local/rsync-cvs/bin/rsync -ve ssh plum:tmp/other ~/tmp/other skipping non-regular file /Users/nick/tmp/other sent 16 bytes received 40 bytes 7.47 bytes/sec total size is 4 speedup is 0.07 $ ls -l /Users/nick/tmp/other -rw-r--r-- 1 nick nick 0 22 Apr 11:22

address option in rsyncd.conf

2005-04-22 Thread Paul Slootman
I wanted to restrict rsync to listen only on one IP address on a multi-homed system. I put an address aa.bb.cc.dd option in the (single) module definition, as the manpage shows that address is a module option, not a global one. However, lsof showed that rsync had bound to * instead of the

Re: New delete option?

2005-04-22 Thread Wayne Davison
[It appears I missed this message back in February -- ouch.] On Sat, Feb 19, 2005 at 08:53:32PM -0500, Andrew Gideon wrote: FWIW: In the manner I can envision using this, it makes more sense to delete the source as long as the destination file is valid, whether that file moved during this

Re: trailing slash on module name

2005-04-22 Thread Wayne Davison
On Sun, Apr 10, 2005 at 03:23:22PM +0200, Paul Slootman wrote: A trailing slash on a module name has no effect, which is on the one hand logical as it's not a directory name; on the other hand it's not consistent either (as experienced by a user). I've added a comment about this in the section

update with -K?, ignore symlinks

2005-04-22 Thread Gaspar Bakos
Hi, Under RH FC3, using rsync 2.6.4, I am trying to do rsync on the following configuration: Local host: == /main/ dir1/ dir2/ Remote host: === /main/ EXTRA_DIR/ dir1 - EXTRA_DIR/dir1/ dir2/ What I would like to do is to update files from local host to

Re: hardlink bug in 2.6.4?

2005-04-22 Thread Erik Jan Tromp
On Fri, 22 Apr 2005 09:08:38 -0700 Wayne Davison [EMAIL PROTECTED] wrote: First up, sorry about the dup'd post.. just me being braindead at that hour. It would help to know what rsync was doing with the files when the error happened, if all the hard-links for a particular hard-link group are

Re: do not understand what to do to correct this error

2005-04-22 Thread Bob Hutchinson
On Friday 22 Apr 2005 00:42, Don Golden wrote: --- - FULL RSYNC LOG --- - /usr/bin/rsync -av --force --delete-excluded

Re: hardlink bug in 2.6.4?

2005-04-22 Thread Wayne Davison
It would help to know what rsync was doing with the files when the error happened, if all the hard-links for a particular hard-link group are represented in the errors, and what the results were after the transfer. The error messages reveal these files, separated into linked groups:

cygwin + rsync 2.6.3-1

2005-04-22 Thread Paco Martinez Rodriguez
Estimated gurus. I my PC Windows I have installed cygwin and rsync 2.6.3-1. My PC executes -in batch mode-daily rsync with these parameters --archive --delete --progress --stats and saves each days results of this process in a log file. Somedays, rsync doesn't run very well. Files aren't

Re: address option in rsyncd.conf

2005-04-22 Thread Wayne Davison
On Fri, Apr 22, 2005 at 01:08:59PM +0200, Paul Slootman wrote: I put an address aa.bb.cc.dd option in the (single) module definition, as the manpage shows that address is a module option, not a global one. That was a manpage mistake. I've just moved both address and port up into the

Re: hardlink bug in 2.6.4?

2005-04-22 Thread Wayne Davison
On Fri, Apr 22, 2005 at 09:50:57PM -0400, Erik Jan Tromp wrote: Waitaminit! Just had a thought while proofreading this novella. Since the 'update files/dirs' 'update hardlinks' steps appear to be mixed together instead of completely separate/sequential steps, what about the 'No such file or

Re: cygwin + rsync 2.6.3-1

2005-04-22 Thread Wayne Davison
On Fri, Apr 22, 2005 at 05:18:27PM +0200, Paco Martinez Rodriguez wrote: My PC executes -in batch mode-daily rsync with these parameters --archive --delete --progress --stats and saves each days results of this process in a log file. Do you mean that you're using an rsync daemon and arching

RE: cygwin + rsync 2.6.3-1

2005-04-22 Thread Paco Martinez Rodriguez
I 'm redirecting the output of an rsync run to another one log file I will apply your suggest.. Thank you 1! -Mensaje original- De: Wayne Davison [mailto:[EMAIL PROTECTED] Enviado el: viernes, 22 de abril de 2005 18:48 Para: Paco Martinez Rodriguez CC: rsync@lists.samba.org Asunto:

CVS update: rsync

2005-04-22 Thread Wayne Davison
Date: Fri Apr 22 17:17:18 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10622 Modified Files: rsync.yo rsync.1 Log Message: Mention how a module reference doesn't need a trailing slash to copy its contents. Revisions: rsync.yo

CVS update: rsync

2005-04-22 Thread Wayne Davison
Date: Fri Apr 22 15:19:10 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv3851 Modified Files: rsyncd.conf.yo rsyncd.conf.5 Log Message: Moved port and address into the global section where they belong. Revisions: rsyncd.conf.yo 1.101 =