[gentoo-user] Private rsync mirror

2004-02-01 Thread Gard Spreemann
Hi. I want to run my own private rsync mirror, and have followed a guide I found on the forum for this. I just want to make sure of one thing: The rsync-gentoo-portage.sh script should be set to sync with rsync://rsync.gentoo.org/gentoo-portage right? I don't want to be doing anything I'm not

Re: [gentoo-user] private rsync mirror ?

2003-09-18 Thread Sigurd Stordal
On Thursday 18 September 2003 11:34, raptor wrote: > thanx I see the crontab entry and also in the docs was mentioned > to update every 30 min... is this really nececary/required or I can set it > every 3 days, which is ok for me ... It's only required if you will run it as a public mirror. I've se

Re: [gentoo-user] private rsync mirror ?

2003-09-18 Thread raptor
thanx I see the crontab entry and also in the docs was mentioned to update every 30 min... is this really nececary/required or I can set it every 3 days, which is ok for me ... 00,30 * * * * root/opt/gentoo-rsync/rsync-gentoo-portage.sh Also can I set the SYNC variable into make.conf to

Re: [gentoo-user] private rsync mirror ?

2003-09-17 Thread Sigurd Stordal
> 1. how to setup - the server .. emerge -p gentoo-rsync-mirror. > 2. how to make it so that it sync from one or more rsync-mirrors. Rotate then in /opt/gentoo-rsync. read the conf file. > PS. Does the same apply to distfile-mirror.. For distfile mirror there are no ebuild as far as I know. -- S

Re: [gentoo-user] private rsync mirror ?

2003-09-17 Thread raptor
Is it possible in some way to just syncing /usr/portage/ directory except /distfiles.. I mean if I know which files are unique for every machine I can make them as : rsync --exc= and set one cron job on the main machine to watch gentoo-mirrors and then on all others just rsync with this machine

Re: [gentoo-user] private rsync mirror ?

2003-09-17 Thread Ross
You could just run FTP on your "server", and update the distfiles on it (by rsync or FTP) whenever necessary, and set all the other machines to use it as a mirror (making it the first entry in the "GENTOO_MIRRORS" line in "make.conf"). Not really the answer you're looking for though. Can't bla

[gentoo-user] private rsync mirror ?

2003-09-17 Thread raptor
hi, I read the etiquete page about becoming portage-rsync mirror I'm interested in making local portage mirror for my internal machines, they grow constantly :"). I'm interested in the tehnical part of the stuff.. I'm not intending to sync even every day, but probably every couple of days