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

Re: Moving existing setup to a competely new server



Hello

rds (<rustydstone@yahoo.com>) wrote:

> I'm planning to upgrade an existing Debian/sarge/testing server and
> would like to move the whole setup to a completely new server. That
> would include all file systems, packages, config files, users, etc.
> 99% of the packages on the server were installed with "aptitude".
> 
> Any ideas? Thanks in advance

cp -a
tar

Sounds like you should copy the complete system. You can by the way
export and import the list of installed packages using dpkg:

dpkg --get-selections > packagelist
dpkg --set-selections < packagelist

best regards
        Andreas Janssen

-- 
Andreas Janssen <andreas.janssen@bigfoot.com>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html



Reply to: