-- raptor <[EMAIL PROTECTED]> spake thusly:

> if I emerge sync from one of my computer in the network... can I
> after that sync other computers on the network from it but not from
> the central gentoo mirrors ... how ? 
> 
> rsync -e ssh ....xxx...   /usr/portage !? or ?

I use:

rsync -avze ssh --stats --delete \
      --exclude distfiles --exclude packages \
      <remote>:/usr/portage/ /usr/portage/

Keep in mind that the trailing slash there on the remote path is
important. Also remember the -n switch, to see what it's going to do
first.


--
[EMAIL PROTECTED] mailing list

Reply via email to