Re: [ntp:questions] Keeping NTP Honest

2009-07-15 Thread Ryan Malayter
On Wed, Jul 15, 2009 at 9:00 PM, Richard B. Gilbert wrote: > My machines run 24x7.  They don't suck THAT much power. A typical dual-socket server uses roughly 400 watts at idle. At a rough US$0.10 per kWh, doubled for cooling, that's US$700 in power per year. If you can save 50% of that by shutti

Re: partial-dir not being used?!

2009-07-15 Thread Carlos Carvalho
Matt McCutchen (m...@mattmccutchen.net) wrote on 15 July 2009 18:50: >On Wed, 2009-07-15 at 17:01 -0300, Carlos Carvalho wrote: >> Here's a running instance caught by ps (lines broken for readibility): >> >> rsync --perms --times --timeout=3600 --stats --no-motd -hh --force >> --hard-links -i

Re: sync performance falls off a cliff

2009-07-15 Thread Mike Connell
Hi, Here is an update. I haven't deployed a new version of rsync into production. Instead I split my current rsync up into 10 independent sub directories of the main directory. I run them serially one after the other. I'm up to 404,000 files and the total sync time doesn't seem to be falling

Re: partial-dir not being used?!

2009-07-15 Thread Matt McCutchen
On Wed, 2009-07-15 at 17:01 -0300, Carlos Carvalho wrote: > Here's a running instance caught by ps (lines broken for readibility): > > rsync --perms --times --timeout=3600 --stats --no-motd -hh --force > --hard-links -ii --links --partial-dir=.~tmp~ --recursive --exclude > --out-format= --delete-

Re: How to make big MySQL database more diffable/rsyncable? (aka rsyncing big files)

2009-07-15 Thread Ryan Malayter
On Wed, Jul 15, 2009 at 12:54 PM, Jamie Lokier wrote: > It still has to send the hashes, which can be slow for a large file. > So it would be even better to cache on the sending side hashes of > files on the receiving side, perhaps indexed by the receiving side's > MD5 of the whole file. The hashe

DO NOT REPLY [Bug 6553] New: rsync hangs at filenames starting with an underscore

2009-07-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6553 Summary: rsync hangs at filenames starting with an underscore Product: rsync Version: 3.0.6 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: normal Priority: P

Rsync stops in the middle of a transfer

2009-07-15 Thread d.jean...@laposte.net
Hello. My problem is Rsync stops when I use it between 2 of my servers (2 NAS Synology) ( named "*.22*" and "*.6*" ). For example : _ Rsync run correctly between my server "*.22*" and ".6" ( in the 2 directions ) _ Rsync run correctly between my server ".6" and "*.8*" ( in the 2 directions ) _ Rsy

partial-dir not being used?!

2009-07-15 Thread Carlos Carvalho
Here's a running instance caught by ps (lines broken for readibility): rsync --perms --times --timeout=3600 --stats --no-motd -hh --force --hard-links -ii --links --partial-dir=.~tmp~ --recursive --exclude --out-format= --delete-during --max-delete=75000 --ignore-errors source dest During downlo

Re: How to make big MySQL database more diffable/rsyncable? (aka rsyncing big files)

2009-07-15 Thread Jamie Lokier
Ryan Malayter wrote: > So, when transferring a large file, it goes something like this from > the sender's perspective: > 1) sending file list > 2) receving file list > 3) file is different! Recevier, please give me some hashes > 4) got hashes > 5) begin transfer, calculating my hashes and co