I am attempting to use the rsync built "into" Mac OS X 10.4.4. That
is, this version:
rsync version 2.6.3 protocol version 28
Copyright (C) 1996-2004 by Andrew Tridgell and others
When I run rsync, after tabulating all of the files that need to be
copied, I get this error:
rsync error: error
On Thu, 12 Jan 2006 10:02:35 -0800
Wayne Davison <[EMAIL PROTECTED]> wrote:
[...]
| rsync -av --progress src/ dest/ | tr '\r' '\n'
shame on me.
altough i don't like starting extra processes for such trivial things,
the `tr` is smarter than asking you guys for a feature :-}
Frank
--
On Thu, Jan 12, 2006 at 10:55:10AM +0530, [EMAIL PROTECTED] wrote:
> Can anyone explain to me how strace works? I mean does it need to modify
> the system calls iternally for some kind of event notification.
> Can it not be used for monitoring a process non-intrusively?
Strace is supported by the
On Thu, Jan 12, 2006 at 01:26:32PM +0100, Paco Rosich wrote:
> Seems to me that this could be done with a new server option
> (--forced-options???) to force the --backup thing to be done, so the
> rsync server never completely destroys any data it has stored.
This is possible using the latest CVS
On Thu, Jan 12, 2006 at 06:06:20PM +0100, Frank 'xraz' Fricke wrote:
> While i like [\r] very much on terminals, it gets me into
> trouble with scripts evaluating that progress-output.
One solution is to run the output of rsync through "tr" to ask it to
change all the CRs into LFs:
rsync -av --
On Thu, Jan 12, 2006 at 03:29:11PM +0530, Vijay Ram.C wrote:
> As per my project requirement, i need to know the checksum of the
> file being synced.
The sender computes the full-file checksum at the end of the transfer
and sends it to the receiver. This code is in match.c (look for the
sum_en
Hi there!
When displaying intra-file progress, recent versions of rsync use \r as
line-seperator. While i like that very much on terminals, it gets me into
trouble with scripts evaluating that progress-output. Especially with
normal perl-IO you can use only one input record seperator. And using
\r
Hello
I´m doing incremental backups with rsync to a remote server using
--backup --backup-dir.
I would like now to prevent the posibility that an intruder in the
backed-up machine could try to remove the original data and the remote
copy through the rsync service.
Seems to me that this cou
Hi all,
With reference to the mail subjected : IO Timeout
Error in file less than 3 MB,
thanks to Wayne Davison and Tony for having suggested
the changes to be done.
I have moved to rsync version 2.6.6 from the 2.4 series.
As per my project requirement, i need to know the
checksum of