Question regarding exclude and invalid arg messages

2003-06-30 Thread Morten Primdahl
Hi, I'm running rsync 2.5.6. I use it to backup a RH 7.3 file server (samba+appletalk) to a FAT32 external HD. I get the following output: .1e6prS failed: Invalid argumentsp_ind/Emails ind/.Icon .fJ98aa failed: Invalid argumentsp_ud/Emails ud/.Icon .qLRVCT failed: Invalid argumentkt/02_Tegninger

Re: Question regarding exclude and invalid arg messages

2003-06-30 Thread Morten Primdahl
jw schultz wrote: On Mon, Jun 30, 2003 at 09:42:57AM +0200, Morten Primdahl wrote: Hi, I'm running rsync 2.5.6. I use it to backup a RH 7.3 file server (samba+appletalk) to a FAT32 external HD. I get the following output: Huh? What in the world are you doing? That description sounds

Re: Question regarding exclude and invalid arg messages

2003-06-30 Thread Morten Primdahl
Ah, I'm not running an rsync server, so I haven't run configure (pardon my poor initial explanation again). I'm talking about the build procedure. If rsync was correctly built we should not be seeing an "mkstemp _pathname_ failed: invalid argument" message where the pathname does not end with ".

Re: Question regarding exclude and invalid arg messages

2003-07-02 Thread Morten Primdahl
>>Tried to enable -vvv but this makes rsync hang on the same file each >>time: > > > -vvv is known to cause hanging. It is, however the > verbosity level needed to get some info out of that part of > the code. Lets not try to debug the hang. Reduce the level one notch. > Narrow the scope somewha

Re: Question regarding exclude and invalid arg messages

2003-07-02 Thread Morten Primdahl
Spot on! :) I put the output of my test on http://www.kikobu.com/rsync/ and Mozilla showed me the newlines (which my term did not) and when I generated a dir structure overview using 'tree', the 's showed up as ^M. The error does not occur when the target FS is ext2. Thanks for the enlightenments