Re: directory with space

2008-07-30 Thread Shashi Kanth Boddula
I am using the bellow version rsync version 2.6.9 protocol version 29 My directory looks like bellow $ls /data/Knowledge\ Center/ I have tried in multiple ways in rsyncd.conf file, bit still i am receiving @chdir failed error. From the logs, i observed bellow lines rsync: chdir

Re: Yet another rsync incremental thread

2008-07-30 Thread macuserfr
OK, so here I'm giving you the final version of the script timestamp.sh working for me: - #!/bin/tcsh #Turn on debug info set DEBUG = 1 #Name of the backup mount (partition) set MOUNTNAME = data #Name of the backup directory set

Large file - match process taking days

2008-07-30 Thread Rob Bosch
I've been trying to figure out why some large files are taking a long time to rsync (80GB file). With this file, the match process is taking days. I've added logging to verbose level 4. The output from match.c is at the point where it is writing out the potential match at message. In a 9 hour

RE: Large file - match process taking days

2008-07-30 Thread Rob Bosch
The files are very similar, a maximum of about 5GB of data differences over 80GB. The CPU on both sides is low (3-5 percent) and the memory usage is low (11MB on the client, not sure on the server). Full rsync options are: -ruityz --partial --partial-dir=.rsync-partial --links --ignore-case

Re: Large file - match process taking days

2008-07-30 Thread Shachar Shemesh
Rob Bosch wrote: I've been trying to figure out why some large files are taking a long time to rsync (80GB file). With this file, the match process is taking days. I've added logging to verbose level 4. The output from match.c is at the point where it is writing out the potential match at

Re: directory with space

2008-07-30 Thread Matt McCutchen
On Wed, 2008-07-30 at 12:43 +0530, Shashi Kanth Boddula wrote: I am using the bellow version rsync version 2.6.9 protocol version 29 My directory looks like bellow $ls /data/Knowledge\ Center/ (Note: The backslash here is for the benefit of the shell's word splitting. The directory

Re: Large file - match process taking days

2008-07-30 Thread Shachar Shemesh
Rob Bosch wrote: The files are very similar, a maximum of about 5GB of data differences over 80GB. The CPU on both sides is low (3-5 percent) and the memory usage is low (11MB on the client, not sure on the server). Full rsync options are: -ruityz --partial --partial-dir=.rsync-partial

Re: directory with space

2008-07-30 Thread Wayne Davison
On Tue, Jul 29, 2008 at 10:47:52AM +0530, Shashi Kanth Boddula wrote: path = /data/Knowledge Centre My only addition to what has already been said is to quote the manpage: Leading and trailing whitespace in a parameter value is discarded. Internal whitespace within a parameter value is

RE: Large file - match process taking days

2008-07-30 Thread Rob Bosch
The two servers are connected via T1 on one end, and 30MB Internet at the other. Based on the stats I'm looking at the T1 is only about 20% utilized. The other end is not even close to fully utilized. It would seem to me that the data connection would be an issue when sending the literal data

RE: Feature request - timestamp with -v higher than 3

2008-07-30 Thread Rob Bosch
What if you 21 |while read x; do echo `date`: $x; done ? I'm sure this would work great under real linux, but I'm running rsync under cygwin. It is running via a command line using the cygwin1.dll. I could do it within a bash script but would prefer to keep it in the scripts I use today...good

Re: Large file - match process taking days

2008-07-30 Thread Wayne Davison
On Wed, Jul 30, 2008 at 04:33:04PM +0300, Shachar Shemesh wrote: Rsync does have some CPU inefficient behavior for especially large files. However, it should not happen at the block size you are using (assuming the files are fairly identical). Try increasing it a little further, to 1638400

[SCM] rsync branch, b3.0.x, updated. v3.0.4pre1-4-g2fa069d

2008-07-30 Thread rsync-cvs
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project rsync. The branch, b3.0.x has been updated via 2fa069d85f0cea0f5a0374d2511862316206229b (commit) from