Rsync special character problem

2007-03-16 Thread thomas maoro
Hi, i'm trying to backup a lot of file with special character.. when I use rsync, I've got the following message ... file has vanished: /mnt/bckcompleto/completo/STL/UtilitC where the directory UtilitC in really named Utilità How can I correct this problem ? Thank you, Thomas

RE: Problem with shared xls file. Could it be blamed on rsync?

2007-03-16 Thread syncro
Thanks alot! That's what I wanted to hear ;) We want to have an always-up-to-date-copy thus rsync every minute and not just at night. However my preventive measure will be a forbiddance of sharing xls files or the like. Cheers, syncro -- View this message in context:

Re: Problem with shared xls file. Could it be blamed on rsync?

2007-03-16 Thread syncro
All right then excel is the bastard with a certain likelihood. Alas (or better fortunately) I don't have a 2003-server but Linux. My solution as written above is to avoid such situations in future. Thank you + greetings, syncro -- View this message in context:

RE: Problem with shared xls file. Could it be blamed on rsync?

2007-03-16 Thread Tony Abernethy
Before you trust this always-up-to-date, try it on some relatively large files. I suspect you get some nasty surprises. The basic problem is that Windows writes the directory entry and then sometime later writes the file contents. If you only rsync files that are say at least 10 minutes Old,

how to use option for rsync

2007-03-16 Thread mohd tariq raza khan
hello all, i want to backup some files from serverA to serverB. but problem is that i can ssh to serverB direcr as root with default port. i have to first ssh as user with port 65300 and have to su - than only get root prompt of serverB . is there any option with rsync to solve this??? serverA#

Re: owner and group dont match

2007-03-16 Thread christian.baer
Thanx Wayne, the uid and gid in the config-file were not set properly... but the problem is not fixed anyway. I've tried to rsnyc the files(see top post) between two linux-system, and it worked proper. But I receive the failure when I try to synchronise with the readynas-system. My Idea: Is it

Problem with shared xls file. Could it be blamed on rsync?

2007-03-16 Thread foner-rsync
Date: Fri, 16 Mar 2007 02:30:33 -0700 (PDT) From: syncro [EMAIL PROTECTED] Thanks alot! That's what I wanted to hear ;) We want to have an always-up-to-date-copy thus rsync every minute and not just at night. However my preventive measure will be a forbiddance of sharing

Compression bug?

2007-03-16 Thread Toshio Kuratomi
Hi, I'm using rsync 2.6.8 to backup files and encountered the following problem: rsync -zvvxa --partial --no-whole-file --stats --progress ../new/access_log.processed . building file list ... 1 file to consider delta-transmission enabled access_log.processed rsync: writefd_unbuffered failed to

Re: owner and group dont match

2007-03-16 Thread Wayne Davison
On Fri, Mar 16, 2007 at 07:51:47AM -0700, christian.baer wrote: But I receive the failure when I try to synchronise with the readynas-system. Did you resend the files to the readynas-system so that they got their owner and group fixed before trying to copy from it? It's the copy to the daemon

Re: how to use option for rsync

2007-03-16 Thread Wayne Davison
On Fri, Mar 16, 2007 at 05:03:01PM +0530, mohd tariq raza khan wrote: i have to first ssh as user with port 65300 and have to su - than only get root prompt of serverB. This is a little easier if sudo also works, due to the way that su demands that the whole command be quoted. So, the sudo