Displaying 20 results from an estimated 2000 matches similar to: "Rsync: Re: patch to enable faster mirroring of large filesyst ems"
2001 Nov 30
0
Rsync: Re: patch to enable faster mirroring of large filesyst ems
In my particular case, it is reasonable to assume that the size and
timestamp will change when the file is updated. (We are looking at it as a
patching mechanism.)
Right now it's actually using update time only, I should modify it to check
the file size as well.
Is there a way you could query your database to tell you which extents have
data that has been modified within a certain timeframe?
2001 Nov 30
0
Rsync: Re: patch to enable faster mirroring of large filesyst ems
Keating, Tim [TKeating@origin.ea.com] writes:
> - If there's a mismatch, the client sends over the entire .checksum
> file. The server does the compare and sends back a list of files to
> delete and a list of files to update. (And now I think of it, it
> would probably be better if the server just sent the client back the
> list of files and let the client figure out what it
2001 Nov 30
0
Rsync: Re: patch to enable faster mirroring of large filesyst ems
Keating, Tim [TKeating@origin.ea.com] writes:
> Is there a way you could query your database to tell you which
> extents have data that has been modified within a certain timeframe?
Not in any practical way that I know of. It's not normally a major
hassle for us since rsync is used for a central backup that occurs on
a large enough time scale that the timestamp does normally change
2001 Nov 30
2
Rsync: Re: patch to enable faster mirroring of large filesyst ems
I was at first, but then removed it. The results were still insufficiently
fast.
> Were you using the -c option of rsync? It sounds like you
> were and it's
> extremely slow. I knew somebody who once went to
> extraordinary lengths to
> avoid the overhead of -c, making a big patch to rsync to
> cache checksums,
> when all he had to do was not use -c.
2001 Nov 30
1
Rsync: Re: patch to enable faster mirroring of large filesyst ems
I, too, was disappointed with rsync's performance when no changes were
required (23 minutes to verify that a system of about 3200 files was
identical). I wrote a little client/server python app which does the
verification, and then hands rsync the list of files to update. This reduced
the optimal case compare time to under 30 seconds. Here's what it does, and
forgive me if these sound
2001 Nov 09
1
[Bug 11] New: no reference to bugzilla on openssh home page
Bugzilla doesn't appear to send new bugs to openssh-unix-dev as Damien said
he wanted it to, so I'm forwarding the message I got back.
- Dave Dykstra
----- Forwarded message from bugzilla-daemon at mindrot.org -----
From: bugzilla-daemon at mindrot.org
To: dwd at bell-labs.com
Subject: [Bug 11] New: no reference to bugzilla on openssh home page
Date: Sat, 10 Nov 2001 03:55:32 +1100
2002 May 10
0
openssh 3.1 and rsync dont work - BUTssh 2.9.9.p1 does !
We have AIX 4.3.3 ML09 and AIX 5.1 ML01
I have narrowed the problem down, it is nothing to do with
uni/multiprocessor machines.
Both rsync 2.3.1 compiled by Bull in an installp and a gcc compiled
version of 2.4.5 ( by me ) both have exactly the same problem with SSH
3.1.p1 and both DONT have the problem with SSH 2.9.9p1 - so I assume this
is something highly specific to SSH 3.1.1.p1
Hope this
2003 Jan 28
0
Announcing rsync release 2.5.6
Rsync release 2.5.6 is now available at
http://ftp.samba.org/ftp/rsync/rsync-2.5.6.tar.gz
ftp://ftp.samba.org/pub/rsync/rsync-2.5.6.tar.gz
rsync://ftp.samba.org/ftp/rsync/rsync-2.5.6.tar.gz
There is a '.sig' file at corresponding URLs with a gpg signature; the
public key is available on the pgp keyservers.
NEWS for rsync version 2.5.6, aka the dwd-between-jobs release
Changes
2004 Sep 17
9
Asterisk forum created
I saw several threads requesting an Asterisk forum to complement the
email list. i.e.
http://lists.digium.com/pipermail/asterisk-dev/2004-February/003103.html
I recently created an Asterisk forum within TMC's popular VoIP forums
for everyone to use.
http://voip-forum.tmcnet.com/voip-forum/forum/forum_topics.asp?FID=15
2001 Dec 18
1
rsync things to do soon
On 6 Dec 2001, Dave Dykstra <dwd@bell-labs.com> wrote:
> I still hope to write a --files-from option sometime in 2001.
Excuse me if I've forgotten something from earlier: what happens when
the sender is remote? Do we send the contents of the file list across
along with the arguments, or does this option not work in that case,
or is the file named to be opened on the remote
2001 Nov 09
0
[Bug 13] New: Need faster ssh startup when no /dev/random or prngd available
----- Forwarded message from bugzilla-daemon at mindrot.org -----
From: bugzilla-daemon at mindrot.org
To: dwd at bell-labs.com
Subject: [Bug 13] New: Need faster ssh startup when no /dev/random or prngd available
Date: Sat, 10 Nov 2001 04:25:32 +1100 (EST)
http://bugzilla.mindrot.org/show_bug.cgi?id=13
Summary: Need faster ssh startup when no /dev/random or prngd
2001 Nov 28
0
FW: ERROR
On Tue, Nov 27, 2001 at 01:22:43PM -0800, Simison, Matthew wrote:
> turns out, I have an rsync virtual site builder script, which makes the
new
> user
> conf file run with perm 400. And apparently someone thought that the main
> rsyncd.conf file needed to be the same, and that killed all connections.
>
> Sorry for bothering.
>
> Matt
>
> -----Original Message-----
2002 Jul 02
0
Rsync Daemon Problems on Mac OS 10.1.5
Dave- I've got the rsync daemon running as root, (setgroups() man page
said that if setgroups wasn't called as root it would give an error
message) and I've configured the ports correctly a la man page. I still
get the error with setgroups.
If it's a recently implemented security feature could I yank that section
out of the code and recompile it again? I haven't had a chance to
2002 Feb 14
0
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
I should have specified what i was replying to. This section seemed to be
in reference to what I had experienced before.
"
> Well, I'm stumped too. (Although I thought I'd read that the
> default timeout was not infinite when not otherwise specified,
> but I've got so much going on right now that I could easily be
> confused on that one!)
>
"
Tim Conway
2001 Nov 29
0
rsync with hp-ux 10.20 stock compiler (was Re: CVS update: rsync)
On 28 Nov 2001, Dave Dykstra <dwd@bell-labs.com> wrote:
> The HP compiler needs a -Ae to accept ANSI.
Sadly the compiler on this machine reports:
configure:5002: cc -c -Ae -DHAVE_CONFIG_H conftest.c >&5
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "configure", line 4987: error 1705: Function prototypes
2002 Feb 01
0
rsync Warning: unexpected read size of 0 in map_ptr
On Wed, Jan 30, 2002 at 06:03:10PM -0500, Bill Nottingham wrote:
> Dave Dykstra (dwd@bell-labs.com) said:
> > I stumbled across the bug report
> > http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58878
> >
> > which shows that you made a bug fix to rsync on Sunday. What exactly did
> > you do?
>
> Attached. It's the same thing as yours, I just
2001 Nov 06
1
Entropy and DSA key
On Tue, 6 Nov 2001, Dan Astoorian wrote:
> Date: Tue, 6 Nov 2001 13:23:58 -0500
> From: Dan Astoorian <djast at cs.toronto.edu>
> To: Dave Dykstra <dwd at bell-labs.com>
> Cc: Ed Phillips <ed at UDel.Edu>
> Subject: Re: Entropy and DSA key
>
> On Tue, 06 Nov 2001 10:54:12 EST, Dave Dykstra writes:
> > > On Mon, 5 Nov 2001, Ed Phillips wrote:
>
2004 Jun 16
2
FW: Signatures ...
Thanks, Wayne. I was using Firefox.
Could you tell me what I am doing wrong with this signature?
$ ll rsync-2.6.2.tar.gz.sig rsync-2.6.2.tar.gz
-rw------- 1 dking users 515402 Jun 16 09:36 rsync-2.6.2.tar.gz
-rw------- 1 dking users 65 Jun 16 14:49
rsync-2.6.2.tar.gz.sig
$ gpg --verify rsync-2.6.2.tar.gz.sig rsync-2.6.2.tar.gz
gpg: Signature made Fri Apr 30
2007 Oct 29
0
rsync error: error in rsync protocol data stream (code 12) at io.c(140)
This is an extrememly old post, so it might not be of any use anymore.
I encountered this same error, and the problem ended up being a full
filesystem (my destination filled up before completion).
rsync error: error in rsync protocol data stream (code 12) at io.c(140)
Dave Dykstra dwd at bell-labs.com
<mailto:rsync%40lists.samba.org?Subject=rsync%20error%3A%20error%20in%20
2004 Jan 14
6
[Bug 788] request for zlib.h configure test
http://bugzilla.mindrot.org/show_bug.cgi?id=788
Summary: request for zlib.h configure test
Product: Portable OpenSSH
Version: -current
Platform: PPC
OS/Version: AIX
Status: NEW
Severity: enhancement
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: