Re: rsync + tar archive performance

2012-02-24 Thread Bartlomiej Radziszewski
http://pastebin.com/ehQ8nHTM ..where m4 it's original dir backup from other server, m4rsync (rsync -rv m4 m4rsync), m4cp (cp -r m4 m4cp) But is the data the same ? Because the filesizes are smaller for the second. Or are these something like filesystem-image files ? Maybe you stored them as

Re: rsync + tar archive performance

2012-02-24 Thread Leen Besselink
On Fri, Feb 24, 2012 at 03:16:16PM +0100, Bartlomiej Radziszewski wrote: > On 02/24/12 14:46, Leen Besselink wrote: >> On Fri, Feb 24, 2012 at 01:45:13PM +0100, Bartlomiej Radziszewski wrote: >>> Hi, >>> >> Hi, >> >>> I have issue with taring speed on the directory created over rsync. >>> >>> I'm p

Re: rsync + tar archive performance

2012-02-24 Thread Bartlomiej Radziszewski
On 02/24/12 14:46, Leen Besselink wrote: On Fri, Feb 24, 2012 at 01:45:13PM +0100, Bartlomiej Radziszewski wrote: Hi, Hi, I have issue with taring speed on the directory created over rsync. I'm putting directory on a system using rsync (rsync -rv) then tarred it then puting the same directo

Re: rsync + tar archive performance

2012-02-24 Thread Leen Besselink
On Fri, Feb 24, 2012 at 01:45:13PM +0100, Bartlomiej Radziszewski wrote: > Hi, > Hi, > I have issue with taring speed on the directory created over rsync. > > I'm putting directory on a system using rsync (rsync -rv) then tarred it > then puting the same directory on the server again using cp (

rsync + tar archive performance

2012-02-24 Thread Bartlomiej Radziszewski
Hi, I have issue with taring speed on the directory created over rsync. I'm putting directory on a system using rsync (rsync -rv) then tarred it then puting the same directory on the server again using cp (cp -r) and tarred it. There is a result of my test http://pastebin.com/JsrVZps0 - looks