rsync performance weirdness

2019-07-12 Thread Roland --- via rsync
hi, i observe some weirdness in rsync file transfer i cannot explain. i'm transferring data from 2 freenas storages to a linux vm with zfsonlinux. "fnask" is older freenas with rsync 3.1.1 running in daemon mode, freenas-bnkw is more recent with rsync 3.1.2, also daemon-mode. on the linux vm w

Re: rsync performance on large files strongly depends on file's (dis)similarity

2014-04-11 Thread Thomas Knauth
Maybe an alternative explanation is that a high degree of similarity allows to skip more bytes on the sender. For each matched block, the sender can does not need to compute any checksums, weak or strong, for the next S bytes, where S is the block size. As the number of matched blocks decreases, i

rsync performance on large files strongly depends on file's (dis)similarity

2014-04-11 Thread Thomas Knauth
Hi list, I've found this post on rsync's expected performance for large files: https://lists.samba.org/archive/rsync/2007-January/017033.html I have a related but different observation to share: with files in the multi-gigabyte-range, I've noticed that rsync's runtime also depends on how much th

Re: Re[2]: Rsync performance with large exchange database files

2014-02-10 Thread Jonathan Aquilina
ows client of rsync existed :) > > -- Original Message -- > From: "Kevin Korb" > To: rsync@lists.samba.org > Sent: 2/10/2014 4:09:15 PM > Subject: Re: Rsync performance with large exchange database files > > -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA

Re[2]: Rsync performance with large exchange database files

2014-02-10 Thread bruce
f both. I wish a native windows client of rsync existed :) -- Original Message -- From: "Kevin Korb" To: rsync@lists.samba.org Sent: 2/10/2014 4:09:15 PM Subject: Re: Rsync performance with large exchange database files -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rsync is

Re: Rsync performance with large exchange database files

2014-02-10 Thread Kevin Korb
ence. > > Maybe this is normal and I've just not noticed it on these other > servers since they have a much smaller amount of data to backup? > Still seems like some thing is wrong. I wouldn't expect the speed > difference to be that huge. > > > > -- Original Mes

Re[2]: Rsync performance with large exchange database files

2014-02-10 Thread bruce
wouldn't expect the speed difference to be that huge. -- Original Message -- From: "Cary Lewis" To: br...@sqls.net Sent: 2/10/2014 3:56:35 PM Subject: Re: Rsync performance with large exchange database files when you were doing rsync from /cygdrive/c to /cygdrive/d was

Re: Rsync performance with large exchange database files

2014-02-10 Thread bruce
Korb" To: rsync@lists.samba.org Sent: 2/10/2014 10:57:08 AM Subject: Re: Rsync performance with large exchange database files -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 3.1.0 will probably help some. What are the specs of the FreeBSD system? I have found that ZFS on FreeBSD is extremel

Re: Rsync performance with large exchange database files

2014-02-10 Thread Kevin Korb
/2014 > 10:57:08 AM Subject: Re: Rsync performance with large exchange > database files > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> 3.1.0 will probably help some. >> >> What are the specs of the FreeBSD system? I have found that ZFS >> o

Re[2]: Rsync performance with large exchange database files

2014-02-10 Thread bruce
-- Original Message -- From: "Kevin Korb" To: rsync@lists.samba.org Sent: 2/10/2014 10:57:08 AM Subject: Re: Rsync performance with large exchange database files -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 3.1.0 will probably help some. What are the specs of the FreeBSD

Re: Rsync performance with large exchange database files

2014-02-10 Thread Kevin Korb
cache disk helps a lot. On 02/10/2014 10:22 AM, br...@sqls.net wrote: > > > -- Original Message -- From: br...@sqls.net > <mailto:br...@sqls.net> To: rsync@lists.samba.org > <mailto:rsync@lists.samba.org> Sent: 2/10/2014 8:38:06 AM Subject: > Rsync performanc

Re: Rsync performance with large exchange database files

2014-02-10 Thread bruce
-- Original Message -- From: br...@sqls.net To: rsync@lists.samba.org Sent: 2/10/2014 8:38:06 AM Subject: Rsync performance with large exchange database files I'm using a mixture of FreeBSD w/ ZFS+snapshots and rsync to backup all the servers at my day job. This works pretty

Rsync performance with large exchange database files

2014-02-10 Thread bruce
I'm using a mixture of FreeBSD w/ ZFS+snapshots and rsync to backup all the servers at my day job. This works pretty good overall but on one server it's not working so well :) We have an Exchange 2003 server with 4 separate mail store databases. One of them is roughly 900GB the others are ~200

poor rsync performance with specific Linux kernel version?

2011-05-17 Thread Michael Doerner - TechnologyWise
Hi all I am new to this list but a happy rsync user for quite some time. Thanks for this great tool. We are experiencing very slow rsync performance when using it as a backup tool for our server virtualisation "Proxmox VE" (http://pve.proxmox.com/wiki/Main_Page). I have searched for

Re: Rsync performance with very large files

2010-01-08 Thread Carlos Carvalho
Eric Cron (ericc...@yahoo.com) wrote on 8 January 2010 12:20: >We're having a performance issue when attempting to rsync a very large file. >Transfer rate is only 1.5MB/sec. My issue looks very similar to this one: > >http://www.mail-archive.com/rsync@lists.samba.org/msg17812.html > >I

Rsync performance with very large files

2010-01-08 Thread Eric Cron
We're having a performance issue when attempting to rsync a very large file. Transfer rate is only 1.5MB/sec. My issue looks very similar to this one: http://www.mail-archive.com/rsync@lists.samba.org/msg17812.html In that thread, a 'dynamic_hash.diff' patch was developed to work around t

Re: Extremely poor rsync performance on very large files (near 100GB and larger)

2007-10-07 Thread Matt McCutchen
On 10/7/07, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Mon, Jan 08, 2007 at 10:16:01AM -0800, Wayne Davison wrote: > > And one final thought that occurred to me: it would also be possible > > for the sender to segment a really large file into several chunks, > > handling each one without overla

Re: Extremely poor rsync performance on very large files (near 100GB and larger)

2007-10-07 Thread Wayne Davison
On Mon, Jan 08, 2007 at 10:16:01AM -0800, Wayne Davison wrote: > And one final thought that occurred to me: it would also be possible > for the sender to segment a really large file into several chunks, > handling each one without overlap, all without the generator or the > receiver knowing that i

Re: Extremely poor rsync performance on very large files (near 100GB and larger)

2007-01-12 Thread Shachar Shemesh
Evan Harris wrote: > Would it make more sense just to make rsync pick a more sane blocksize > for very large files? I say that without knowing how rsync selects > the blocksize, but I'm assuming that if a 65k entry hash table is > getting overloaded, it must be using something way too small. rsync

Re: Extremely poor rsync performance on very large files (near 100GB and larger)

2007-01-08 Thread Evan Harris
On Mon, 8 Jan 2007, Wayne Davison wrote: On Mon, Jan 08, 2007 at 01:37:45AM -0600, Evan Harris wrote: I've been playing with rsync and very large files approaching and surpassing 100GB, and have found that rsync has excessively very poor performance on these very large files, and the performa

Re: Extremely poor rsync performance on very large files (near 100GB and larger)

2007-01-08 Thread Wayne Davison
On Mon, Jan 08, 2007 at 01:37:45AM -0600, Evan Harris wrote: > I've been playing with rsync and very large files approaching and > surpassing 100GB, and have found that rsync has excessively very poor > performance on these very large files, and the performance appears to > degrade the larger th

Extremely poor rsync performance on very large files (near 100GB and larger)

2007-01-07 Thread Evan Harris
I've been playing with rsync and very large files approaching and surpassing 100GB, and have found that rsync has excessively very poor performance on these very large files, and the performance appears to degrade the larger the file gets. The problem only appears to happen when the file is

rsync performance test

2006-12-05 Thread Yatin Manerker
Hi, I am working on testing of rsync on SLES10 (2.6.16). Currently I am looking for test parameters for testing performance of rsync. Has anyone done performance testing on rsync ? If yes, can u plz let me know. I was planning the following test: Test 1: Total data size is 1GB. And 10% of t

Re: cygwin rsync performance and bandwidth between two w2003 servers

2006-09-21 Thread Matt McCutchen
Rob Bosch had similar performance problems on Windows and traced them to highly fragmented files created by rsync. I wrote a quick-and-dirty patch to make rsync advise Windows of the eventual file size in advance, allowing Windows to set aside a contiguous region on disk; Rob found that it improv

Re: cygwin rsync performance and bandwidth between two w2003 servers

2006-09-14 Thread Ulrich Jung
ROTECTED] Sent: Tuesday, September 12, 2006 4:49 AM To: rsync@lists.samba.org Subject: cygwin rsync performance and bandwidth between two w2003 servers I have two Windows 2003 Standard Edition Server with 2x 3,0 GHz P4 and 4 GB RAM. On each server rsync runs as cygwin daemon (rsync version 2.6.

cygwin rsync performance and bandwidth between two w2003 servers

2006-09-12 Thread Ulrich Jung
I have two Windows 2003 Standard Edition Server with 2x 3,0 GHz P4 and 4 GB RAM. On each server rsync runs as cygwin daemon (rsync version 2.6.6; protocol version 29). The two servers are connected through a 2 MBit VPN link. When I sync a single large file or a whole directory, rsync only uses

Re: rsync performance

2006-08-23 Thread Tim Moore
Try using major subdirectories one level lower. Example sequence from my automated home machine backup: rsync -ax --stats / /rsync_backup/ rsync -ax --stats /usr/ /rsync_backup/usr/ rsync -ax --stats /home/ /rsync_backup/home/ Compare to "rsync -a --stats / /backup/" Ralf Fassel wrote: We're

rsync performance

2006-08-22 Thread Ralf Fassel
We're using rsync 2.6.3 to sync two DELL PowerEdge servers with both Redhat-EL4 and otherwise nearly identical hardware (2.8/3GHz, 1GB RAM each). The source machine has a SCSI-RAID1, the destination a SATA-RAID1 disk attached. There are 5 filesystems which are rsynced via ssh. On the smaller fil

Rsync Performance

2004-11-14 Thread israel Gold
Hi. I am new to this newsgroup. Can any give me a reference to information about rsync performance. Is there any published work ? Suppose I want to sync several hundred GB. I expect 10% data difference. What should I expect in 1Gbyte LAN and what on T1 WAN ?. Thanks for the help! Israel Gold

Re: Rsync Performance

2004-07-22 Thread Jason Haar
On Thu, Jul 22, 2004 at 07:33:21PM -0700, Wayne Davison wrote: > On Fri, Jul 23, 2004 at 02:15:04PM +1200, Jason Haar wrote: > > is there any intention of a "new improved" "--partial" option whereby > > any failed uploads are kept as temp files > > I had been contemplating whether we need a new op

Re: Rsync Performance

2004-07-22 Thread Wayne Davison
On Fri, Jul 23, 2004 at 02:15:04PM +1200, Jason Haar wrote: > is there any intention of a "new improved" "--partial" option whereby > any failed uploads are kept as temp files I had been contemplating whether we need a new option for this or not. One idea would be to change the behavior when --par

Re: Rsync Performance

2004-07-22 Thread Jason Haar
On Wed, Jul 21, 2004 at 02:30:04PM -0700, Wayne Davison wrote: > That's what the --partial option indicates, though it does move the > partial file into place awaiting the next transfer (it does not auto- > resume). ..and would crash the box if that was an OS file... This has been discussed befor

Re: Rsync Performance

2004-07-21 Thread Wayne Davison
On Fri, Jul 16, 2004 at 12:36:45PM -0700, Joe Eckstrom wrote: > we would definitely want the ability to resume an incomplete download. That's what the --partial option indicates, though it does move the partial file into place awaiting the next transfer (it does not auto- resume). > The central r

Rsync Performance

2004-07-16 Thread Joe Eckstrom
I'm looking at using Rsync to synchronize 600 Windows servers across the country to a central location. I'll be synchronizing about 15-20 gigs of data, but the vast majority will never change... every now and then, we would have to add new files, ranging in size from a few bytes to 1.5GB. Each

rsync performance question Part II

2004-01-09 Thread Rick Frerichs
Hello, I have more info on my specific problem. pop 1) RedHat 7.3, fs1 fs3 pop 2) BSD/OS 4.3.1 www files rsync version 2.6.0 protocol version 27 fs1 --> fs3 500kB/s fs1 <-- fs3 420kB/s fs1 --> www20kB/s fs1 <-- www20kB/s files --> www 2.9 MB/s files <-- www 4,4 Mb/s

Re: rsync performance question

2004-01-09 Thread jim
jw schultz writes: On Thu, Jan 08, 2004 at 01:05:25PM -0500, Rick Frerichs wrote: Hello, I seem to be having a performance problem with rsync. ... If I do a transfer (either way) with ftp, I get about 500 Kbytes/sec. Using rsync to do the same transfer (either way) I only get about 50 Kbytes

Re: rsync performance question

2004-01-08 Thread jw schultz
On Thu, Jan 08, 2004 at 01:05:25PM -0500, Rick Frerichs wrote: > Hello, > > I seem to be having a performance problem with rsync. > I have done some testing of rsync and ftp. If I do > a transfer (either way) with ftp, I get about 500 Kbytes/sec. > Using rsync to do the same transfer (either way)

rsync performance question

2004-01-08 Thread Rick Frerichs
Hello, I seem to be having a performance problem with rsync. I have done some testing of rsync and ftp. If I do a transfer (either way) with ftp, I get about 500 Kbytes/sec. Using rsync to do the same transfer (either way) I only get about 50 Kbytes/sec. I am only testing straight file copies.

Re: FW: rsync performance

2003-09-13 Thread Ben Escoto
On Sat, 13 Sep 2003 20:28:21 -0700 jw schultz <[EMAIL PROTECTED]> wrote: > The referenced mail message describes the benchmark as: > | The directory backed up or restored had 1 1-byte files > > That isn't a very good benchmark. 10,000 files is not that > many and being 1 byte means that all t

Re: FW: rsync performance

2003-09-13 Thread jw schultz
On Sat, Sep 13, 2003 at 07:46:05PM -0700, Ben Escoto wrote: > On Fri, 12 Sep 2003 17:05:09 -0700 jw schultz <[EMAIL PROTECTED]> wrote: > > Rsync is not an efficient local copy utility. It can be > > used for local copying but local and high-bandwidth network > > speed is sacrificed for low-bandwid

Re: FW: rsync performance

2003-09-13 Thread Ben Escoto
On Fri, 12 Sep 2003 17:05:09 -0700 jw schultz <[EMAIL PROTECTED]> wrote: > Rsync is not an efficient local copy utility. It can be > used for local copying but local and high-bandwidth network > speed is sacrificed for low-bandwidth performance and for > data integrity. I've been surprised at how

Re: FW: rsync performance

2003-09-12 Thread jw schultz
On Fri, Sep 12, 2003 at 08:46:42PM -0400, Jim Salter wrote: > > I'm sorry that you find rsync's local performance > > disappointing but that isn't what rsync is really for. > > If you do find specific enhancements that can be made that > > won't adversely affect portability we'd be glad to hear of

Re: FW: rsync performance

2003-09-12 Thread Jim Salter
> I'm sorry that you find rsync's local performance > disappointing but that isn't what rsync is really for. > If you do find specific enhancements that can be made that > won't adversely affect portability we'd be glad to hear of > them. JW - one thing that occurs to me is to wonder if it would b

Re: FW: rsync performance

2003-09-12 Thread jw schultz
On Fri, Sep 12, 2003 at 08:35:01AM -0400, Dave Mangelsdorf (CBIZ Tech) wrote: > > Not sure if this is not the proper channel (forum) for this, but I need some > help. > > We have been using rsync in various ways on various platforms. > > Linux-SGI (IRIX)-MacOSX > > In all cases the actual L

FW: rsync performance

2003-09-12 Thread Dave Mangelsdorf (CBIZ Tech)
Not sure if this is not the proper channel (forum) for this, but I need some help. We have been using rsync in various ways on various platforms. Linux-SGI (IRIX)-MacOSX In all cases the actual LOCAL file transfer seems to be limited to 10MB/sec from disk to disk. Always copy whole files. (

Re: Slow rsync Performance

2003-07-30 Thread jw schultz
On Wed, Jul 30, 2003 at 12:10:49PM -0400, Jose Binoj wrote: > Hi all, > I know this subject is extensively discussed on the mail list but I did not > get the solution yet.. > > I have a server running RedHat Linux 7.2 (2 CPU, 4 Gb RAM) and 6 client > machines running RedHat linux 7.1 ( 1 cpu(2Gh

Slow rsync Performance

2003-07-30 Thread Jose Binoj
Hi all, I know this subject is extensively discussed on the mail list but I did not get the solution yet.. I have a server running RedHat Linux 7.2 (2 CPU, 4 Gb RAM) and 6 client machines running RedHat linux 7.1 ( 1 cpu(2Ghz),512 Mb RAM ). I am backing up the client machine every 15 minutes si

Re: Rsync Performance In Windows

2003-06-17 Thread jw schultz
On Tue, Jun 17, 2003 at 12:08:43PM -0500, Chris McKeever wrote: > Greger.. > I replaced the rsync.exe with the one from your link, it relieved the > windows CPU some (from 100% to 98% with flucuation to 100%). > > I also took the advice of using the -u switch. From the man: > > -u, --update

RE: Rsync Performance In Windows

2003-06-17 Thread Chris McKeever
; Cc: [EMAIL PROTECTED] > > Subject: Re: Rsync Performance In Windowsv All you need to run rsync properly is rsync.exe, cygwin1.dll and cygpopt- 0.dll. There is no difference in performance if you do a full cygwin install or not. However, I suggest you try and download the version I compil

RE: Rsync Performance In Windows

2003-06-16 Thread Chris McKeever
Thanks for your reply! > -Original Message- > From: Greger Cronquist [mailto:[EMAIL PROTECTED] > Sent: Monday, June 16, 2003 2:42 PM > To: _Chris McKeever_ > Cc: [EMAIL PROTECTED] > Subject: Re: Rsync Performance In Windows > > > Did you compile from the s

RE: Rsync Performance In Windows

2003-06-16 Thread _Chris McKeever_
om: Chris McKeever > Sent: Monday, June 16, 2003 4:03 PM > To: 'Lapo Luchini'; _Chris McKeever_; rsync > Subject: RE: Rsync Performance In Windows > > > Thanks for your response... > > > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 &

RE: Rsync Performance In Windows

2003-06-16 Thread Chris McKeever
Thanks for your response... > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > _Chris McKeever_ wrote: > > >The linux machine connecting to the windows rsync daemon > has a very low > >performance hit when the session is running (see below). > However, the > >windows machine, which

Re: Rsync Performance In Windows

2003-06-16 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 _Chris McKeever_ wrote: >The linux machine connecting to the windows rsync daemon has a very low >performance hit when the session is running (see below). However, the >windows machine, which has a much faster CPU hits a CPU usage of 100%. > rsync CPU

Re: Rsync Performance In Windows

2003-06-16 Thread Greger Cronquist
Did you compile from the sources, or did you grab the cygwin binary? I suggest you build it from the sources and apply the "craigb-perf.diff" patch which is in the patches directory in the 2.5.6 distribution. This patch makes all the difference for Windows (system calls cost a lot under cygwin)

Rsync Performance In Windows

2003-06-16 Thread _Chris McKeever_
Has anyone else experienced high CPU usage when using RSYNC in windows 2000 server? I am using the rsync.exe (and applicable DLL's) from the cygwin installation (I am not however running cygwin on this machine). The linux machine connecting to the windows rsync daemon has a very low performance h

Re: Rsync performance increase through buffering

2003-01-14 Thread Dave Dykstra
Craig, I'd like to get your patch into the 2.5.6 patches directory. Could you please make sure it applies cleanly onto version 2.5.6pre1 (see news on http://rsync.samba.org home page if you haven't been following the mailing list) and repost it? Thanks, - Dave Dykstra On Wed, Dec 11, 2002 at 03:

Re: Rsync performance increase through buffering

2002-12-12 Thread Greger Cronquist
I use a win2k<->win2k rsync with daemon, and that patch makes a *big* difference! Especially the file list transfer and syncing big files with small changes goes a lot faster with the patch. Unfortunatly the rsync deadlocks after all the files have been transferred, so that needs to be fixed first

Re: Rsync performance increase through buffering

2002-12-11 Thread Dave Dykstra
On Sun, Dec 08, 2002 at 11:48:57PM -0800, Craig Barratt wrote: > I've been studying the read and write buffering in rsync and it turns > out most I/O is done just a couple of bytes at a time. This means there > are lots of system calls, and also most network traffic comprises lots > of small packe

Rsync performance increase through buffering

2002-12-08 Thread Craig Barratt
I've been studying the read and write buffering in rsync and it turns out most I/O is done just a couple of bytes at a time. This means there are lots of system calls, and also most network traffic comprises lots of small packets. The behavior is most extreme when sending/receiving file deltas of

Re: Suggest Rsync Performance Improvements

2002-09-11 Thread jw schultz
l bs=1024k dd is not a test of pipe performance or IPC in general. If you are going to talk about pipe performance use pipe benchmarks. Pipes will outperform sockets on almost any platform. Shared memory will beat both. However, the overhead of using pipes is such a small factor in the rsync perfo

Suggest Rsync Performance Improvements

2002-09-10 Thread Damon Atkins
1. Large 1 MB I/O, all reads and write to file systems 1MB (can use setvbuf to do this with out coding) e.g a awk programme doing 8K I/O to read 2GB file took 16 min, a perl programme doing 1MB I/O took 16 seconds. 2. When doing rsync -a /dir1/dir2 /dir3/dir4 Do not use pipe's, as they onl

Samba/rsync performance

2001-02-27 Thread Martin Pool
> I'm using Samba to mount some folders from a Windows machine. Do you mean that the folders are on the windows machine, and you're using the Linux smbfs filesystem to make the available on Linux? > I then use rsync to make a copy of the folder. When this runs it > uses too many resources causin