One way to create a "mostly" identical server (in the sense that it
has the same packages installed as the original) is to do
dpkg --get-selections > mydebs
on the original server, and
dpkg --setselections < mydebs
on the cloned server. (Or, if you are extra clever, pipe this over the network
:P
El Jue 09 Ago 2001 16:41, Jordi S . Bunster escribió:
> I've got a Debian box running a lot of services, so there's lots of
> disk activity. I was thinking about cloning it (the server) to a
> redundant one, identical to the other. Just wondering Is there a
> way to do this in a sane way while
2 matches
Mail list logo