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
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
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
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
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
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
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
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
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
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/*
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
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/
12 matches
Mail list logo