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
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
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
> 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
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
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
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