On Fri, May 17, 2002 at 06:09:03PM -0700, Petr Vanek wrote:
> 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 m
> A# dpkg --get-selections > selections
If you want removed/purged packages on A to be removed/purged on B:
A# dpkg --get-selections \* > selections
Stony
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Petr Vanek <[EMAIL PROTECTED]> 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 wil
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. Y
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
dpkg --get-selections
dpkg --set-selections
- Original Message -
From: "Lukas Ruf" <[EMAIL PROTECTED]>
To: "Debian User"
Sent: Friday, May 17, 2002 1:08 AM
Subject: Identical installations on several machines
> Dear all,
>
> using Debian 3.0, I reall
On Fri, May 17, 2002 at 10:08:56AM +0200, Lukas Ruf wrote:
> Dear all,
>
> using Debian 3.0, I really admire the dselect feature. As I have to
> administer several machines which are identical hardware-wise and also
> regarding their duties, I would like to know if there is a possibility
> to hav
Dear all,
using Debian 3.0, I really admire the dselect feature. As I have to
administer several machines which are identical hardware-wise and also
regarding their duties, I would like to know if there is a possibility
to have one station which I administer using dselect and then I copy
over th
8 matches
Mail list logo