[lug] dump, cp

Michael J. Pedersen marvin at keepthetouch.org
Wed Sep 6 09:09:10 MDT 2000


On Tue, Sep 05, 2000 at 08:00:51PM -0600, D. Stimits wrote:
> I'm now playing with a blank hard drive for temporary backup of an
> entire 30 Gb partition. I'm able to dump from all of "/" (sda1) to
> /dev/sdc5 (a matching size partition) to what I had initially formatted
> as ext2, via this:
> dump -0ua -f /dev/sdc5 /

Knowing your situation a bit, I can fairly safely say this is the command you
want:

dd if=/dev/sda1 of=/dev/sdc5

It takes a bit, and you can improve speed by appending

bs=65536

That command will do a block for block copy of your existing root onto another
partition.
-----
Michael J. Pedersen
Get GnuPG at http://www.gnupg.org
My GnuPG Key Fingerprint: C31C 7E90 5992 9E5E 9A02 233D D8DD 985E 4E72 4A60
My GnuPG Public Key Available At: http://www.keyserver.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lists.lug.boulder.co.us/pipermail/lug/attachments/20000906/6e56913d/attachment.pgp>


More information about the LUG mailing list