[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Identical installations on several machines



Petr Vanek <vanous@penguin.cz> writes:

> On Fri, May 17, 2002 at 03:47:06PM -0700, David Wright wrote:
> > 
> > A# dpkg --get-selections > selections
> > A# scp selections B:
> > A# ssh B
> > B# dpkg --set-selections < selections
> > B# dselect install remove
> > 
> > Keep in mind though, this will not reproduce the CONFIGURATIONS, just the
> > PACKAGES. You could try
> > 
> > B# rsync -e ssh -a A:/etc /
> > 
> > to get /etc synch'd, but some things (e.g. /etc/hostname) you don't want
> > synch'd, and then there are some things in /var you want synch'd (and
> > others you don't). This isn't quite such an easy problem. It is solvable
> > (I know -- I do it with 6 machines), but it requires some thoughtful
> > script construction.
> 
> does any daemon do that? i mean, is there any other way of doing sync of
> packages?
> 


Have the crontab daemon run rsync? (man crontab)


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: