rsync errors

2001-10-18 Thread Raj
Hi! List, I installed rsync, configured ssh. I need help in configuring rsyncd.conf. Could anyone email me a sample of rsyncd.conf under /etc. Thanks in advance Raj = __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://perso

rsync errors

2004-03-24 Thread Michael J. Lynn
FreeBSD 4.8-Release rsync-2.5.6_1 The error: rsync: writefd_unbuffered failed to write 16385 bytes: phase "unknown": Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(515) Log file: (about a dozen of these) Mar 24 07:35:10 vault-a /kernel: (da0:dpt0:0:0:0): READ(10)

Rsync errors

2006-12-13 Thread ilushkin
me to the right direction. -- View this message in context: http://www.nabble.com/Rsync-errors-tf2815812.html#a7858440 Sent from the Samba - rsync mailing list archive at Nabble.com. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://ww

rsync errors

2008-03-25 Thread Kaushal Shriyan
Hi I am running the command /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ > /tmp/rsync-${TIMESTAMP}.log 2>&1 I am getting the below error in the log file mysql/ rsync: failed to set permissions on "/var/lib/mysql": Operation not permitted (1) rsync: failed to open "/var/lib/mys

Rsync errors

2005-07-21 Thread Robert
Hi list, I have installed rsync version 2.6.0 on Solaris 9 servers, both the servers have rsync installed in /usr/local/bin directory. When I tried to rsync from one server to other  I am getting rsync not found errors, it not the problem with PATH on the source server because rsync by itself comin

rsync errors

2005-07-21 Thread Robert
rsync-path fixed those path related errors.__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Rsync errors

2006-10-12 Thread Mahalakshmi Arunachalam
Hi,        I am using Rsync 2.3.1 version to transfer files between 2 unix machines. When I transfer files I am getting a error like the below one.  rsync: recv_generator: mkdir "200610/06/2454/4/3827": No such file or directory (2) stat 200610/06/2454/4/3827 : No such file or directory rsync: rec

rsync errors

2010-09-21 Thread Robert Holtzman
Running Ubuntu 10.04.1 and rsync 3.0.7-1. Used rsync successfully for over a year for backups. Recently there was a kernel upgrade to 2.6.32-25. Don't know if that has any bearing. When I tried to run a backup today rsync failed with the error message: sending incremental file list rsync: writ

rsync errors out

2000-10-25 Thread Timothy Collins
RSYNC keeps giving me "error while reading byte # " It then stops the transfer. Any ideas on this one ?     Tim Collins, Server AdministratorGamer's Alliance, Inc.An Euniverse company.http://www.euniverse.com[EMAIL PROTECTED]

Re: rsync errors

2001-10-18 Thread Raj
I need to use rsync to copy /thirdparty/dynamo/web on host a to /thirdparty/dynamo/web on host b. Could anyone help me how to setup the rsyncd.conf file for this, do I really need to use rsync.conf. I ran ssh to the remote server, the shell is clean but when I tried the following command it gives

Re: rsync errors

2001-10-18 Thread Raj
List, I also tried the following command, it does not copy any files to remote host but gives a error rsync -Cavze ssh . rmt_host:/backup error:unexpected EOF in read_timeout --- Raj <[EMAIL PROTECTED]> wrote: > I need to use rsync to copy /thirdparty/dynamo/web > on > host a to /thirdparty/dyna

RE: rsync errors

2001-10-18 Thread DNSAdmin
m.com/developerworks/opensource/library/l-keyc2/?dwzone=ope Cheers, Glenn > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Raj > Sent: Thursday, October 18, 2001 6:25 PM > To: [EMAIL PROTECTED] > Subject: Re: rsync errors > > > Li

Re: rsync errors

2001-10-19 Thread tim . conway
,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me Tim?" Raj <[EMAIL PROTECTED]>@lists.samba.org on 10/18/2001 04:15:16 PM Sent by: [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> cc: (bcc: Tim

Re: rsync errors

2001-10-19 Thread Raj
0,8304,25970,27680,26721,25451,25970), > ".\n" ' > "There are some who call me Tim?" > > > > > > Raj <[EMAIL PROTECTED]>@lists.samba.org on 10/18/2001 > 04:15:16 PM > > Sent by: [EMAIL PROTECTED] > > > To: "[EMAIL

Re: Rsync errors

2006-12-14 Thread Matt McCutchen
On 12/13/06, ilushkin <[EMAIL PROTECTED]> wrote: rsync: writefd_unbuffered failed to write 4092 bytes [generator]: Operation not permitted (1) rsync error: error in rsync protocol data stream (code 12) at io.c(1124) [generator=2.6.8] rsync error: received SIGUSR1 (code 19) at main.c(1095) [receiv

Re: Rsync errors

2006-12-15 Thread ilushkin
4) [generator=2.6.8] _exit_cleanup(code=12, file=io.c, line=1124): about to call exit(12) rsync error: received SIGUSR1 (code 19) at main.c(1095) [receiver=2.6.8] _exit_cleanup(code=19, file=main.c, line=1095): about to call exit(19) -- View this message in context: http://www.nabble.com/Rsyn

Re: Rsync errors

2006-12-15 Thread Matt McCutchen
On 12/15/06, ilushkin <[EMAIL PROTECTED]> wrote: recv_generator(files/Application Data/Microsoft/Media Player,3020) recv_generator(files/Application Data/Microsoft/Media Player/ActivePlaylist.dat,3021) recv_generator(files/Application Data/Microsoft/Media Player/OfflineCDUpdates.dat,3022) rsync:

Re: Rsync errors

2006-12-16 Thread ilushkin
ed to play around with one of those directories by removing the unneeded files, and rsync did the job without any complains. But I still have lots of directories to sychronize and there is no way I can reduce that amount of files. I've heard that rsync can have trouble with the similar issue.

Re: Rsync errors

2006-12-17 Thread Matt McCutchen
On 12/16/06, ilushkin <[EMAIL PROTECTED]> wrote: Unfortunately, I'm not such an advance Unix user to [strace rsync]. So far I figured that strace is not familar to Freebsd, that I'm using. I really appritiate your help. This bug really took most of my time at work. I wish that thing were not that

Re: Rsync errors

2006-12-20 Thread Ilya Vishnyakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - Original Message Subject: Re:Rsync errors From: Matt McCutchen <[EMAIL PROTECTED]> To: ilushkin <[EMAIL PROTECTED]> Cc: rsync@lists.samba.org Date: Sunday, December 17, 2006 12:22:07 PM > On 12/16/06, ilushkin <[EMAIL PROTECTED]>

Re: Rsync errors

2006-12-23 Thread Matt McCutchen
On 12/20/06, Ilya Vishnyakov <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - Original Message Subject: Re:Rsync errors From: Matt McCutchen <[EMAIL PROTECTED]> To: ilushkin <[EMAIL PROTECTED]> Cc: rsync@lists.samba.org Date: Sunday, December 17, 2006

[U] Rsync Errors

2007-09-04 Thread Peter, Theresa M Ms CONT USAAC
UNCLASSIFIED I am seeing the following errors occasionally when doing an rsync between servers (Solaris 9) at the local and remote site. Has anyone seen these errors before or know what they are? rsync error: error in rsync protocol data stream (code 12) at io.c(1122) [sender=2.6.9] rsync er

Re: rsync errors

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Kaushal Shriyan wrote: > > I am running the command > > /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ > > /tmp/rsync-${TIMESTAMP}.log 2>&1 > > I am getting the below error in the log file > > mysql/ > rsync: failed to set permissions on "/var/lib/mysql": Ope

Re: rsync errors

2008-03-25 Thread Kaushal Shriyan
On Tue, Mar 25, 2008 at 10:12 PM, Paul Slootman <[EMAIL PROTECTED]> wrote: > On Tue 25 Mar 2008, Kaushal Shriyan wrote: > > > > I am running the command > > > > /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ > > > /tmp/rsync-${TIMESTAMP}.log 2>&1 > > > > I am getting the below erro

Re: rsync errors

2008-03-26 Thread Matt McCutchen
On Tue, 2008-03-25 at 23:21 +0530, Kaushal Shriyan wrote: > How do i set the "sms" user on hostaa to have permission to set > permissions on > /var/lib/mysql? > > I have given #setfacl -R -m u:sms:rwx /var/lib/mysql on hostaa > #setfacl -R -m g:sms:rwx /var/lib/mysql on hostaa

Re: rsync errors

2008-03-27 Thread Kaushal Shriyan
On Wed, Mar 26, 2008 at 6:21 PM, Matt McCutchen <[EMAIL PROTECTED]> wrote: > On Tue, 2008-03-25 at 23:21 +0530, Kaushal Shriyan wrote: > > How do i set the "sms" user on hostaa to have permission to set > > permissions on > > /var/lib/mysql? > > > > I have given #setfacl -R -m u:sms:rwx /var

Re: rsync errors

2008-03-27 Thread Kaushal Shriyan
On Thu, Mar 27, 2008 at 7:56 PM, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 26, 2008 at 6:21 PM, Matt McCutchen <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-03-25 at 23:21 +0530, Kaushal Shriyan wrote: > > > How do i set the "sms" user on hostaa to have permission to set > > >

Re: rsync errors

2008-03-28 Thread Matt McCutchen
On Thu, 2008-03-27 at 19:56 +0530, Kaushal Shriyan wrote: > I am still getting the below error > rsync: failed to set permissions on "/var/lib/mysql": Operation not > permitted (1) > [...] User "sms" can't set the permissions of files owned by "mysql"; there's no way to change this policy using

Re: Rsync errors

2005-07-21 Thread Robert
Please ignore this. rsync-path fixed it.Robert <[EMAIL PROTECTED]> wrote: Hi list, I have installed rsync version 2.6.0 on Solaris 9 servers, both the servers have rsync installed in /usr/local/bin directory. When I tried to rsync from one server to other  I am getting rsync not found errors, it n

RE: rsync errors

2010-09-21 Thread Tony Abernethy
Robert Holtzman wrote: > > Running Ubuntu 10.04.1 and rsync 3.0.7-1. Used rsync successfully for > over a year for backups. Recently there was a kernel upgrade to > 2.6.32-25. Don't know if that has any bearing. When I tried to run a > backup today rsync failed with the error message: > > sending

Re: rsync errors out

2000-10-25 Thread Dave Dykstra
On Wed, Oct 25, 2000 at 07:55:20AM -0400, Timothy Collins wrote: > RSYNC keeps giving me "error while reading byte # " It then stops the transfer. Any >ideas on this one ? That message appears nowhere in the rsync source code, neither do "error while" nor "while reading". - Dave Dykstra

Re: rsync errors out

2000-10-25 Thread Timothy Collins
liance, Inc. An Euniverse company. http://www.euniverse.com [EMAIL PROTECTED] - Original Message - From: "Dave Dykstra" <[EMAIL PROTECTED]> To: "Timothy Collins" <[EMAIL PROTECTED]> Cc: "rsync list" <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2

Re: [U] Rsync Errors

2007-09-04 Thread Matt McCutchen
On 9/4/07, Peter, Theresa M Ms CONT USAAC <[EMAIL PROTECTED]> wrote: > I am seeing the following errors occasionally when doing an rsync between > servers (Solaris 9) at the local and remote site. Has anyone seen these > errors before or know what they are? > > rsync error: error in rsync protocol

[U] RE: Rsync Errors

2007-09-04 Thread Peter, Theresa M Ms CONT USAAC
On Behalf Of Matt McCutchen Sent: Tuesday, September 04, 2007 2:31 PM To: Peter, Theresa M Ms CONT USAAC Cc: rsync@lists.samba.org Subject: Re: [U] Rsync Errors On 9/4/07, Peter, Theresa M Ms CONT USAAC <[EMAIL PROTECTED]> wrote: > I am seeing the following errors occasionally when doing

Identifying rsync errors programmatically

2004-08-24 Thread Jim Salter
ure I successfully pass on all error codes WITHOUT passing through the occasional file that has "fail" or "error" in the name. If anybody has already met this challenge and has a really good filter, or can just tell me what all the various rsync errors look like so that I can write o

Re: rsync errors[SOLVED]

2010-09-22 Thread Robert Holtzman
On Tue, Sep 21, 2010 at 04:59:39AM -0400, Tony Abernethy wrote: > Robert Holtzman wrote: > > > > Running Ubuntu 10.04.1 and rsync 3.0.7-1. Used rsync successfully for > > over a year for backups. Recently there was a kernel upgrade to > > 2.6.32-25. Don't know if that has any bearing. When I tried

Re: [U] RE: Rsync Errors

2007-09-04 Thread Wayne Davison
On Tue, Sep 04, 2007 at 05:56:11PM -0400, Peter, Theresa M Ms CONT USAAC wrote: >Invalid checksum length 39976960 [sender] >Invalid remainder length 39976960 [sender] >Invalid file index: 2046101527 (count=1730) [sender] These are all symptoms of the same problem -- the binary data pro

[U] RE: RE: Rsync Errors

2007-09-05 Thread Peter, Theresa M Ms CONT USAAC
--- From: Wayne Davison [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 6:12 PM To: Peter, Theresa M Ms CONT USAAC Cc: rsync@lists.samba.org Subject: Re: [U] RE: Rsync Errors On Tue, Sep 04, 2007 at 05:56:11PM -0400, Peter, Theresa M Ms CONT USAAC wrote: >Invalid checksum lengt

Detecting reason for rsync errors

2007-11-19 Thread Nico -telmich- Schottelius
Hello guys! I'm doing a middle scale backup job using ccollect [0], which uses rsyn, with about 50 servers, each about 1-10 GiB changes per day and have some problems, that servers do not finish their backup completly: [host1.backup] Read from remote host host1.backup: Connection reset by peer [

capturing or suppressing rsync errors

2006-10-02 Thread Rick Graves
Hello rsync, I am using rsync to download files from rpm repositories (because yum will not work directly with my [EMAIL PROTECTED] ADSL service). I am calling rsync from a python script. When the rsync server is down, I get error messages, but the message goes to mail, so I get a message you h

osx 10.6 strange rsync errors

2010-04-03 Thread Robert DuToit
Hi All, I have been getting reports from users of backuplist+, my wrapper application for rsync (currently with build of 3.0.6), about odd behavior after updating to OS 10.6 Snow Leopard. Basically: the problem occurs backing up a directory to a local mounted network volume. Previously all wor

[U] RE: RE: RE: Rsync Errors

2007-09-05 Thread Peter, Theresa M Ms CONT USAAC
avison'; 'rsync@lists.samba.org' Subject: [U] RE: RE: Rsync Errors UNCLASSIFIED We are not using the -z or --compress option. I have turned up the logging when running a job but I am not sure what I should be seeing. I have the log from both the machine that is pulling the data an

Re: Detecting reason for rsync errors

2007-11-19 Thread Ming Zhang
On Mon, 2007-11-19 at 11:01 +0100, Nico -telmich- Schottelius wrote: > Hello guys! > > I'm doing a middle scale backup job using ccollect [0], which uses > rsyn, with about 50 servers, each about 1-10 GiB changes per day and have > some problems, that servers do not finish their backup completly

Re: capturing or suppressing rsync errors

2006-10-02 Thread Matt McCutchen
On 10/2/06, Rick Graves <[EMAIL PROTECTED]> wrote: I am using rsync to download files from rpm repositories (because yum will not work directly with my [EMAIL PROTECTED] ADSL service). I am calling rsync from a python script. When the rsync server is down, I get error messages, but the message

Re: osx 10.6 strange rsync errors

2010-04-04 Thread Eric Jan Pot
With rsync 3.0.7 I have exactly the same problem. I am using rSync to sync my Userdirectory to another Mac in a home network. I am not 100% sure, but the problem occurred after the latest update of the MacOS (Mac OS X 10.6.3 (10D573)) of the Source. My macmini (the Dest of rSync) is also runnin

Re: osx 10.6 strange rsync errors

2010-04-04 Thread Robert DuToit
Hi Eric et al, It seems this is not an rsync problem though I am not sure The same thing happens with the Apple supplied rsync as with 3.0.7 (someone emailed me about the same problem using the old apple supplied rsync) and I wonder if other file transfer options might have similar results

Re: osx 10.6 strange rsync errors

2010-04-05 Thread Matt McCutchen
On Sat, 2010-04-03 at 18:12 -0400, Robert DuToit wrote: > I have been getting reports from users of backuplist+, my wrapper > application for rsync (currently with build of 3.0.6), about odd > behavior after updating to OS 10.6 Snow Leopard. > > Basically: the problem occurs backing up a directory

Re: osx 10.6 strange rsync errors

2010-04-05 Thread Robert DuToit
On Apr 5, 2010, at 1:28 PM, Matt McCutchen wrote: > On Sat, 2010-04-03 at 18:12 -0400, Robert DuToit wrote: >> I have been getting reports from users of backuplist+, my wrapper >> application for rsync (currently with build of 3.0.6), about odd >> behavior after updating to OS 10.6 Snow Leopard.

Re: osx 10.6 strange rsync errors

2010-04-05 Thread Robert DuToit
Hi Matt, I set up a simple test with a nest of directories ( aa > bb > cc > dd &ee) with 1 file in each. running rsync from OS 10.6 to another Mac with OS10.5 there seems to be no problem. When doing the reverse I am seeing the odd behavior. Below is the log from running the options -aHAXN --f

Re: osx 10.6 strange rsync errors

2010-04-06 Thread Mac User FR
It's the Easter miracle! :P Sorry about joking in a serious list, hope you won't get angry. Although I don't have suggestions about the problem, I'm following the thread because I'm potentially concerned about rsync on Mac bugs. Cheers! Vitorio Le 6 avr. 10 à 00:09, Robert DuToit a écrit

Re: osx 10.6 strange rsync errors

2010-04-06 Thread Robert DuToit
Matt, I forgot to mention, If I add an exclude for .DS_Store* it doesn't generate the odd .DS_Store files. However, if I copy directories with other types of hidden files like .bash_history then it generates odd versions of those too. So I added an exclude for every hidden (dot prefix) file

Re: osx 10.6 strange rsync errors

2010-04-06 Thread Benjamin R. Haskell
On Mon, 5 Apr 2010, Robert DuToit wrote: > Hi Matt, > > I set up a simple test with a nest of directories ( aa > bb > cc > dd > &ee) with 1 file in each. running rsync from OS 10.6 to another Mac > with OS10.5 there seems to be no problem. When doing the reverse I am > seeing the odd behavior

Re: osx 10.6 strange rsync errors

2010-04-06 Thread Robert DuToit
On Apr 6, 2010, at 9:14 AM, Benjamin R. Haskell wrote: > On Mon, 5 Apr 2010, Robert DuToit wrote: > >> Hi Matt, >> >> I set up a simple test with a nest of directories ( aa > bb > cc > dd >> &ee) with 1 file in each. running rsync from OS 10.6 to another Mac >> with OS10.5 there seems to be

Re: osx 10.6 strange rsync errors

2010-04-07 Thread Robert DuToit
On Apr 7, 2010, at 5:59 AM, carson+rs...@taltos.org wrote: > Robert DuToit wrote: >> On Apr 6, 2010, at 9:14 AM, Benjamin R. Haskell wrote: >> >>> On Mon, 5 Apr 2010, Robert DuToit wrote: >>> Hi Matt, I set up a simple test with a nest of directories ( aa > bb > cc > dd &ee)

Re: osx 10.6 strange rsync errors

2010-04-07 Thread Robert DuToit
Hi Carson, OK no differences: Build 3.0.7 with or without patches Build 3.0.6 with or without patches Apple rsync (as far as Users report all have same issues with hidden files on OSX 10.6.3 This is transferring over local ethernet network to another Mac OSX 10.6.3 ( Again I had to use my old

Re: osx 10.6 strange rsync errors

2010-04-07 Thread Henri Shustak
> Basically: the problem occurs backing up a directory to a local mounted > network volume. If you are using the -a flag then you may have problems preserving the permissions of files on the mounted network directory. This will greatly depend upon you or your users setup. Unfortunately, I do

Re: osx 10.6 strange rsync errors

2010-07-07 Thread Robert DuToit
Hi All, I reported a ways back about strange file replication via rsync copying to an OSX 10.6.3 local network volume. Hidden dot files such as .DS-Store and other "dot" files on OSX were copied to the local volume with appended names indicating that the temp files created by rsync were endin

Re: osx 10.6 strange rsync errors

2011-02-24 Thread Ira Cooke
I've recently encountered this issue which was discussed here about a year ago. I'm not sure if anyone has a fix for this, but I thought I would post my workaround here. Since the topic is old, I'm summarising the problem .. basically it involves rsync creating large numbers of files with a l

Re: osx 10.6 strange rsync errors

2011-02-27 Thread Robert DuToit
Hi Vernon, I don't know why I didn't think of that - I was telling people to exclude all . files! Thanks. I wonder if this is foolproof enough to create a patch since it seems to be an ongoing bug with OS releases. Best, Rob On Feb 24, 2011, at 4:54 AM, Ira Cooke wrote: > I've recently encou

Re: osx 10.6 strange rsync errors

2011-04-05 Thread Ira Cooke
Hi Rob / Wayne, Sorry for the slow reply Rob. I'm not sure of the requirements for patches, but I think it would be useful to create one for this case as there are reasonably number of people affected. I created a patch file against the current version (see below). Would it be possible to inc

Re: osx 10.6 strange rsync errors

2011-04-05 Thread Wayne Davison
On Tue, Apr 5, 2011 at 3:08 AM, Ira Cooke wrote: > Would it be possible to include this patch in the official list? > I'm making this change in the git repository. Sadly, I didn't remember to review it for inclusion in 3.0.8. ..wayne.. -- Please use reply-all for most replies to avoid omittin

Re: osx 10.6 strange rsync errors

2011-04-05 Thread Ira Cooke
Thats great Thanks very much. Ira -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: [U] RE: RE: RE: Rsync Errors

2007-09-05 Thread Matt McCutchen
On 9/5/07, Peter, Theresa M Ms CONT USAAC <[EMAIL PROTECTED]> wrote: > We were using compression on the network; through using a WAS device. We > have turned that off and we are no longer seeing the problem. Why would > compression cause these issues? Probably there is a bug in the WAS's compress

Re: [Kde-mirrors] rsync errors from rsync.kde.org

2004-06-08 Thread Eberhard Moenkeberg
Hi, On Wed, 9 Jun 2004, Dirk Mueller wrote: > it seems a lot of people get recently rsync protocol errors from > rsync.kde.org. Part of the problem is probably that we upgraded to rsync > 2.6.2 due to security problems with older versions. > > the newer rsync release contains a newer rsync protoc

Re: [Kde-mirrors] rsync errors from rsync.kde.org

2004-06-08 Thread Dirk Mueller
On Wednesday 09 June 2004 01:53, Eberhard Moenkeberg wrote: > ftp.gwdg.de has senn lots of rsync aborts with master.kde.org - I had the > picture that probably master.kde.org got slashdotted since last friday by > being a SUSE mirror... we were talking about rsync.kde.org here.. there are no kno

Re: [Kde-mirrors] rsync errors from rsync.kde.org

2004-06-08 Thread Wayne Davison
On Wed, Jun 09, 2004 at 01:53:52AM +0200, Eberhard Moenkeberg wrote: > If I have configured a "--backup-dir" and the new rsync version finds a > second file which has to get deposited there, it is thinking that it is > an error 23 that the backup directory already is existing. This has been fixed

Re: Re: osx 10.6 strange rsync errors

2010-04-07 Thread carson+rsync
Robert DuToit wrote: > On Apr 6, 2010, at 9:14 AM, Benjamin R. Haskell wrote: > >> On Mon, 5 Apr 2010, Robert DuToit wrote: >> >>> Hi Matt, >>> >>> I set up a simple test with a nest of directories ( aa > bb > cc >>> > dd &ee) with 1 file in each. running rsync from OS 10.6 to >>> another Mac wit

Re: [U] RE: RE: RE: RE: Rsync Errors

2007-09-06 Thread Matt McCutchen
On 9/6/07, Peter, Theresa M Ms CONT USAAC <[EMAIL PROTECTED]> wrote: > We had just been running with WAS since April and never > had a problem prior to this. As far as the network group is concerned they > made no changes or upgrades to WAS. So it just seemed odd that out of the > blue we started

DO NOT REPLY [Bug 4327] Sudden rsync errors

2008-01-12 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4327 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 4327] New: Sudden rsync errors

2007-01-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4327 Summary: Sudden rsync errors Product: rsync Version: 2.6.8 Platform: All URL: http://www.ercbroadband.org OS/Version: Windows XP Status: NEW Severity: normal