public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  what is "a normal rsync"?
@ 2008-03-11 22:16 Grant Edwards
  2008-03-12  0:34 ` Shawn Haggett
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Edwards @ 2008-03-11 22:16 UTC (permalink / raw
  To: gentoo-user

I'm behind a firewall that doesn't allow rsync connections, so
I did a emege-webrsync.  It appears to have downloaded and
installed a current snapshot and updated the portage cache:

  sent 9492088 bytes  received 762706 bytes  585988.23 bytes/sec
  total size is 152597091  speedup is 14.88
  cleaning up
  transferring metadata/cache
  
  >>> Updating Portage cache:  100%
  
   *** Completed websync, please now perform a normal rsync if possible.
       Update is current as of the of YYYYMMDD: 20080310
       
I can't find any documentation that explains what "a normal
rsync" is or how somebody like me can perform one.

What is meant by "perform a normal rsync"?
       
-- 
Grant


-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user]  what is "a normal rsync"?
  2008-03-11 22:16 [gentoo-user] what is "a normal rsync"? Grant Edwards
@ 2008-03-12  0:34 ` Shawn Haggett
  2008-03-12  3:33   ` [gentoo-user] " Grant Edwards
  0 siblings, 1 reply; 4+ messages in thread
From: Shawn Haggett @ 2008-03-12  0:34 UTC (permalink / raw
  To: gentoo-user

Grant Edwards wrote:
> I'm behind a firewall that doesn't allow rsync connections, so
> I did a emege-webrsync.  It appears to have downloaded and
> installed a current snapshot and updated the portage cache:
> 
>   sent 9492088 bytes  received 762706 bytes  585988.23 bytes/sec
>   total size is 152597091  speedup is 14.88
>   cleaning up
>   transferring metadata/cache
>   
>   >>> Updating Portage cache:  100%
>   
>    *** Completed websync, please now perform a normal rsync if possible.
>        Update is current as of the of YYYYMMDD: 20080310
>        
> I can't find any documentation that explains what "a normal
> rsync" is or how somebody like me can perform one.
> 
> What is meant by "perform a normal rsync"?
>        

I assume it would mean the normal "emerge --sync" if you can, which you 
can't. I would assume it would say this since the rsync would be more up 
to date then the webrsync snapshot....

Shawn
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user]  Re: what is "a normal rsync"?
  2008-03-12  0:34 ` Shawn Haggett
@ 2008-03-12  3:33   ` Grant Edwards
  2008-03-12  7:57     ` tecnic5
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Edwards @ 2008-03-12  3:33 UTC (permalink / raw
  To: gentoo-user

On 2008-03-12, Shawn Haggett <podge@podgeweb.com> wrote:
> Grant Edwards wrote:
>>
>> I'm behind a firewall that doesn't allow rsync connections, so
>> I did a emege-webrsync.  It appears to have downloaded and
>> installed a current snapshot and updated the portage cache:

>>    *** Completed websync, please now perform a normal rsync if possible.
>>        Update is current as of the of YYYYMMDD: 20080310

>> What is meant by "perform a normal rsync"?

> I assume it would mean the normal "emerge --sync" if you can, which you 
> can't. I would assume it would say this since the rsync would be more up 
> to date then the webrsync snapshot....

OK, but why would one have done a webrsync in the first place
unless doing an "emerge --sync" wasn't possible?

-- 
Grant Edwards                   grante             Yow!  Catsup and Mustard
                                  at               all over the place! It's
                               visi.com            the Human Hamburger!

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Re: what is "a normal rsync"?
  2008-03-12  3:33   ` [gentoo-user] " Grant Edwards
@ 2008-03-12  7:57     ` tecnic5
  0 siblings, 0 replies; 4+ messages in thread
From: tecnic5 @ 2008-03-12  7:57 UTC (permalink / raw
  To: gentoo-user; +Cc: gentoo-user, news

Grant Edwards <grante@visi.com>
Enviado por: news <news@ger.gmane.org>
12/03/2008 04:33
Por favor, responda a gentoo-user
 
        Para:   gentoo-user@lists.gentoo.org
        cc: 
        Asunto: [gentoo-user] Re: what is "a normal rsync"?

On 2008-03-12, Shawn Haggett <podge@podgeweb.com> wrote:
> Grant Edwards wrote:
>>
>> I'm behind a firewall that doesn't allow rsync connections, so
>> I did a emege-webrsync.  It appears to have downloaded and
>> installed a current snapshot and updated the portage cache:

>>    *** Completed websync, please now perform a normal rsync if 
possible.
>>        Update is current as of the of YYYYMMDD: 20080310

>> What is meant by "perform a normal rsync"?

> I assume it would mean the normal "emerge --sync" if you can, which you 
> can't. I would assume it would say this since the rsync would be more up 

> to date then the webrsync snapshot....

OK, but why would one have done a webrsync in the first place
unless doing an "emerge --sync" wasn't possible?

-- 
Grant Edwards                   grante             Yow!  Catsup and 
Mustard
                                  at               all over the place! 
It's
                               visi.com            the Human Hamburger!

-- 
gentoo-user@lists.gentoo.org mailing list


***

AFAIK emerge-webrsync downloads one single tar.bz2-ed file and then 
expands it to obtain the portage tree, while normal rsync checks for 
differences in every file and then fetches the new ones. My guess is that 
normal rsync is faster when your current copy of the Portage tree is 
almost up-to-date, since just a files will be downloaded, however, if your 
copy is old, you'll make it easier just getting a whole copy of the tree 
(even if it isn't the latest one).

Does the community agree?

Abraham

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-12  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11 22:16 [gentoo-user] what is "a normal rsync"? Grant Edwards
2008-03-12  0:34 ` Shawn Haggett
2008-03-12  3:33   ` [gentoo-user] " Grant Edwards
2008-03-12  7:57     ` tecnic5

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox