Re: how to get around rsync error (OS X Tiger)

2005-08-23 Thread Lee Cullens
Lee Cullens wrote: Patrick M McNeal wrote: That sounds like some weirdness introduced by the MacOS patches. You should probably look for someone that is responsible for the MacOS customizations and ask them about this error. If you are using the rsync binary supplied with 10.4, you should

Re: Linux to Windows

2005-08-23 Thread David Filion
Henning Wangerin wrote: On Tue, 2005-08-23 at 21:21, David Filion wrote: John Jablonski wrote: Thing is, it's not an rsync problem. It's a windows filesystem problem. Or at least a windows problem of some sort. You can't have a file called: 1124816518.8634_2.mailbox:2,S in windows.

Re: Linux to Windows

2005-08-23 Thread Henning Wangerin
On Tue, 2005-08-23 at 21:21, David Filion wrote: > John Jablonski wrote: > > > Thing is, it's not an rsync problem. It's a windows filesystem > > problem. Or at least a windows problem of some sort. > > > > You can't have a file called: > > 1124816518.8634_2.mailbox:2,S > > in windows. > > > Sure

Re: Linux to Windows

2005-08-23 Thread John Jablonski
Yep. I'm sure. There's no colon's in your filenames there. Can't have these characters in a filename: \ / : * ? " < > | -john David Filion wrote: John Jablonski wrote: Thing is, it's not an rsync problem. It's a windows filesystem problem. Or at least a windows problem of some sort. You

Re: Linux to Windows

2005-08-23 Thread David Filion
John Jablonski wrote: Thing is, it's not an rsync problem. It's a windows filesystem problem. Or at least a windows problem of some sort. You can't have a file called: 1124816518.8634_2.mailbox:2,S in windows. -john Gary Thomson wrote: Cygwin comes with rsync which might help with your pr

rsync problem

2005-08-23 Thread redlotus72
Hi, My rsync is stopped working suddenly I got following in verbose and log, mkstemp failed: No such file or directory and rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) my rsync code : rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE $DR_BACKUP_DIR/daily.0 >$tempfile 2>&

Re: Linux to Windows

2005-08-23 Thread Andrew Burgess
On Tue, 23 Aug 2005 11:08:13 -0700, John Jablonski <[EMAIL PROTECTED]> wrote: Thing is, it's not an rsync problem. It's a windows filesystem problem. Or at least a windows problem of some sort. You can't have a file called: 1124816518.8634_2.mailbox:2,S in windows. Perhaps rsync needs a d

Re: Linux to Windows

2005-08-23 Thread John Jablonski
Thing is, it's not an rsync problem. It's a windows filesystem problem. Or at least a windows problem of some sort. You can't have a file called: 1124816518.8634_2.mailbox:2,S in windows. -john Gary Thomson wrote: Cygwin comes with rsync which might help with your problem, cheers Gaz

[Bug 3020] Mac OS X/Darwin incorrectly shows read sockets ready when they aren't

2005-08-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3020 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 3029] rsync 2.6.6 with acl patch compile fails

2005-08-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3029 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: rsync Reverse lookup error on Solaris 9

2005-08-23 Thread Wayne Davison
On Thu, Aug 18, 2005 at 09:01:23AM -0500, Lozano, Marcus wrote: > 2005/08/11 14:30:13 [18092] rsync denied on module log from unknown (0.0.0.0) Are you using daemon-mode over rsh/ssh? If so, the only way rsync has to discover the remote IP address is out of the environment. It tries SSH_CONNECTI

Re: Linux to Windows

2005-08-23 Thread John Jablonski
I have the same problem: backing up IMAP mail on a linux box to a win2k box. My solution was to tar each mail directory and then rsync that. I'm running a cron job on the linux box to do the tars and rsyncs. -john Brent Blayney wrote: Hello to all, I have a script which uses rsync quite n

Linux to Windows

2005-08-23 Thread Brent Blayney
Hello to all,   I have a script which uses rsync quite nicely to backup my Linux mail server to my XP machine from time to time to facilitate CDR archives.  The scrip is run as a batch file on the XP box and is scheduled via Windows Scheduler.   It works quite well with one exception: many o

[Bug 3029] New: rsync 2.6.6 with acl patch compile fails

2005-08-23 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3029 Summary: rsync 2.6.6 with acl patch compile fails Product: rsync Version: 2.6.5 Platform: All OS/Version: Solaris Status: NEW Severity: normal Priority: P3 Co

Re: how to get around rsync error (OS X Tiger)

2005-08-23 Thread Lee Cullens
Patrick M McNeal wrote: That sounds like some weirdness introduced by the MacOS patches. You should probably look for someone that is responsible for the MacOS customizations and ask them about this error. If you are using the rsync binary supplied with 10.4, you should submit a bug to App

Re: how to get around rsync error (OS X Tiger)

2005-08-23 Thread Patrick M McNeal
That sounds like some weirdness introduced by the MacOS patches. You should probably look for someone that is responsible for the MacOS customizations and ask them about this error. If you are using the rsync binary supplied with 10.4, you should submit a bug to Apple via http://bugreport.app

log remote

2005-08-23 Thread Judith Flo
Hi, Is there any way to log the output of rsync when running through ssh? I mean, when i run rsync, from local to server, with -rsh option, I get local output from rsync. The problem is that i need to keep and analyze this information in servers side.. How can i get this information? I know i can

Re: how to get around rsync error (OS X Tiger)

2005-08-23 Thread Wayne Davison
On Tue, Aug 23, 2005 at 01:19:29AM -0400, Lee Cullens wrote: > rsync: delete_one: unlink > "/Volumes/LaCie_Disk_B/Users/Chinook/Desktop/._diffclone" failed: No > such file or directory (2) That sounds like some weirdness introduced by the MacOS patches. You should probably look for someone that