long directory name problem

2003-01-08 Thread elijah reyen
Does rsync has directory name length limit? I was trying to rsync a directory that has the name length of 34 characters and getting permission denied error. $ rsync -avz --delete --force -e ssh /usr/local/apache/htdocs 192.168.0.2:/usr/local/apache building file list ... readlink

Re: long directory name problem

2003-01-08 Thread Dave Dykstra
I've never heard of a name length limit. One operating system(s) and rsync version(s) are you using? - Dave On Wed, Jan 08, 2003 at 07:32:19AM -0800, elijah reyen wrote: Does rsync has directory name length limit? I was trying to rsync a directory that has the name length of 34 characters

Re: long directory name problem

2003-01-08 Thread bart . coninckx
] Sent by: Subject: Re: long directory name problem rsync-admin@lists

Re: long directory name problem

2003-01-08 Thread jw schultz
On Wed, Jan 08, 2003 at 02:17:16PM -0600, Dave Dykstra wrote: I've never heard of a name length limit. One operating system(s) and rsync version(s) are you using? - Dave On Wed, Jan 08, 2003 at 07:32:19AM -0800, elijah reyen wrote: Does rsync has directory name length limit? I was

Re: long directory name problem

2003-01-08 Thread Lapo Luchini
[EMAIL PROTECTED] wrote: We experience that as well. We use (sadly) Rsycn in Win32 environment. I hear it's due to the Cygwin utilities. What file sysetm, cygwni version and rsync version are you talking about? $ echo try

Re: long directory name problem

2003-01-08 Thread elijah reyen
All, Here is the complete picture of what I am doing: OS: RedHat Linux 7.2 Kernel 2.4.19 Here is the script that I am running with: #!/usr/bin/expect spawn su - rsyncusr expect { ter]\$ {send rsync -avz --delete --force -e ssh /usr/local/apache/htdocs