Re: Cloning servers

2001-08-09 Thread Michael B. Taylor
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

Re: Cloning servers

2001-08-09 Thread Víctor Romero
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