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

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 h

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: http://www.catb.org/~esr

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 shortl

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 li

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 n

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 b

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 prints

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

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/*

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 usin

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/* --exclude=/stuff2/