Problem with --partial and rsync algorithm

2006-03-12 Thread Matias Surdi
Hi, I'm running the following command for a remote host backup: /usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z --no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/* --exclude=/tmp/* --exclude=/stuff/distfiles/* --exclude=/stuff/sistema/*

Re: Problem with --partial and rsync algorithm

2006-03-12 Thread John Van Essen
On Sun, 12 Mar 2006, Matias Surdi [EMAIL PROTECTED] wrote: I'm running the following command for a remote host backup: /usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z --no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/* [ snip ] BTW, you are using

Re: Problem with --partial and rsync algorithm

2006-03-12 Thread Matias Surdi
John Van Essen wrote: On Sun, 12 Mar 2006, Matias Surdi [EMAIL PROTECTED] wrote: I'm running the following command for a remote host backup: /usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z --no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/* [ snip ]

Sent larger than literal

2006-03-12 Thread Max Kipness
Hello - When using the stats option I understand that Literal should be the amount of data that did not match, and that Sent should be the actually amount of bytes that were sent. I always use compress for remote transfers, so I'm used to Sent being smaller (usually around half the size) than

Stats after network failure?

2006-03-12 Thread Max Kipness
When rsync fails due to a network connectivity issue to a remote host, is it possible to still receive stats to that point in time? In other words, I'm trying to figure out how I could still receive the amount of sent data at least. As of now, with version 2.6.3 it seems like rsync justs

Re: Sent larger than literal

2006-03-12 Thread Matt McCutchen
On Sun, 2006-03-12 at 08:06 -0600, Max Kipness wrote: When using the stats option I understand that Literal should be the amount of data that did not match, and that Sent should be the actually amount of bytes that were sent. I always use compress for remote transfers, so I'm used to Sent

rsync 2.6.7 not excluding whole directories

2006-03-12 Thread Karl Berry
I'm not sure if I was relying on unspecified behavior, but I was in the habit of putting entries like this: /home/tug/public_html into an exclude file. This would omit everything under that directory. (I'm not sure if it omitted the directory itself, but I didn't care.) In rsync 2.6.7, this had

Re: Sent larger than literal

2006-03-12 Thread Wayne Davison
On Sun, Mar 12, 2006 at 08:06:35AM -0600, Max Kipness wrote: Literal data: 2813738 bytes File list size: 4910229 --- 7723967 Total bytes sent: 6457999 --- 1265968 bytes saved by -z Since the file list

Re: rsync 2.6.7 not excluding whole directories

2006-03-12 Thread Wayne Davison
On Mon, Mar 13, 2006 at 01:14:13AM +0100, Karl Berry wrote: rsync --archive --compress --partial --relative [...] It appears that there is an exclude bug when dealing with --relative while copying an absolute path. The attached patch fixes this. This is big enough that 2.6.8 will appear

Re: Stats after network failure?

2006-03-12 Thread Wayne Davison
On Sun, Mar 12, 2006 at 08:16:05AM -0600, Max Kipness wrote: is it possible to still receive stats to that point in time? That is not currently possible. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

rsync log file question

2006-03-12 Thread Doug Lochart
I saw in the rsync.d documentation that there is a perl script to parse the default log format for tranferred files.Is there a utility out there that will handle the server/client log files even if you chaneg the format around? thanksDoug-- What profits a man if he gains the whole world yet loses

is rsync log file thread safe

2006-03-12 Thread Doug Lochart
What I mean is if I have several clients performing backups at the same time what is the level of atomicity? I ask because of this ... take a look at the following lines from the log file:This is from one client operating. 2006/03/12 22:38:26 [11627] rsync to dlochart/backups/Sunday from cygnus-x1

CVS update: rsync

2006-03-12 Thread Wayne Davison
Date: Mon Mar 13 00:45:07 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv19152 Modified Files: rsync.yo Log Message: Block-quote the itemized list in the --stats section so that it is indented in the manpage. Revisions: rsync.yo

CVS update: rsync/patches

2006-03-12 Thread Wayne Davison
Date: Mon Mar 13 01:03:51 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv3103 Modified Files: acls.diff Log Message: Fixed a problem in the computing of a missing mask value. Revisions: acls.diff 1.105 = 1.106

CVS update: rsync

2006-03-12 Thread Wayne Davison
Date: Mon Mar 13 01:56:19 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30281 Modified Files: exclude.c Log Message: Fixed a problem when copying an absolute source path with the --relative option enabled. Revisions: exclude.c

CVS update: rsync/testsuite

2006-03-12 Thread Wayne Davison
Date: Mon Mar 13 01:57:13 2006 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv30796/testsuite Modified Files: exclude.test Log Message: Added a test of a simple exclude when --relative is enabled. Revisions: exclude.test1.22 =