Issues with Capital Letters?

2004-07-29 Thread Morgan Miskell
I run Rsync over ssh between server1 and server2 with no problems except if the file name has a capital letter in it. Has anyone ever seen an issue like this and know how to solve it? Server1 and Server2 are both RH Linux 9.0 Sync command is run on server2 using: rsync -alue ssh server1:/

Re: Trouble with "--delete" with "--files-from"

2004-07-29 Thread Wayne Davison
On Thu, Jul 29, 2004 at 03:09:06PM +0100, Richard Hopkins wrote: > This is working well for me, except for the "--delete" bit. (When mailboxes > are deleted on the source system I obviously want this reflected on the > target.) Delete only affects directories that rsync has sent the contents of,

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-29 Thread Steve Bonds
On Thu, 29 Jul 2004, Chris Shoemaker c.shoemaker-at-cox.net |Rsync List| wrote: > On Wed, Jul 28, 2004 at 10:57:58AM -0700, Steve Bonds wrote: > > The mkstemp man page suggests using tmpfile() instead, which > > generally means that HP won't fix any problems. > > > > - mktemp(3C) > > Rema

Re: rsync to bakup server

2004-07-29 Thread Scott Miller
> On Wed, Jul 28, 2004 at 03:27:56PM -0600, Scott Miller wrote: > > [EMAIL PROTECTED] root]# rsync -rv 10.28.123.232::web > [...] > > Now, I put a file in the /var/www/html directory of the Primary server - but > > it never seems to get transfered to the backup server. > > That command is a list

Trouble with "--delete" with "--files-from"

2004-07-29 Thread Richard Hopkins
Hi all, I've scoured the web, faq and mailing list archives to try and find an answer to this problem I'm having, but to no avail I'm trying to rsync a Cyrus IMAP message store "structure" from one system to another. (I say "structure" because I don't want to copy over the actual messages

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-29 Thread Chris Shoemaker
On Wed, Jul 28, 2004 at 10:57:58AM -0700, Steve Bonds wrote: > > HP-UX? > > Alas, no. The mkstemp man page suggests using tmpfile() instead, which > generally means that HP won't fix any problems. > > - mktemp(3C) > Remarks: > These functions are provided solely for backward compat

Re: HP-UX 11i and largefiles on rsync 2.6.2

2004-07-29 Thread Steve Bonds
On Tue, 27 Jul 2004, Wayne Davison wayned-at-samba.org |Rsync List| wrote: > This sparked a memory, and back in 2002 someone reported a similar > problem for AIX. They worked around it by undefining the > HAVE_SECURE_MKSTEMP define in config.h and rebuilding rsync. This would > seem to indicate