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

Re: Best way to copy Linux from one drive to another



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Folks,

> What is the best way to copy my Debian installation from one disk to another?

I suggest dump(8) and restore(8), as in the following example.
As dump(8) and restore(8) are filesystem oriented, you will need
to repeat this for each filesystem.

    dump 0f - / | ( cd /new ; restore rf - )

Dump and restore are the traditional Unix utilities for copying
entire filesystems and can be used for backup.  I'm surprised how
often they are overlooked.

Yours sincerely,

- -- Mark John Suter | I know that you  believe  you understand
suter@humbug.org.au  | what you think I said, but I am not sure
GPG key id F2FEBB36  | you realise that what you  heard  is not
Ph: +61 4 1126 2316  | what I meant.                  anonymous
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: Public key available from Keyservers or http://www.uq.edu.au/~suter/

iD8DBQE5RO4R7EsZXfL+uzYRArx0AJ4zeTgNzZxnkz2d40T6AglYlGMzVwCfbepl
0C8uQHDZXKQMr+ti+XqAS14=
=UBL9
-----END PGP SIGNATURE-----



Reply to: