Suspended
- Joined
- 18 Oct 2002
- Posts
- 9,479
What is the best way to make a complete backup of linux, so that I can save the entire setup once it's installed the way I like it?
TIA
TIA
dd if=/dev/hda of=/dev/hdb bs=1024k
cd /
tar lpcfvz root.tar.gz .
mount /boot
cd /boot
tar lpcfvz boot.tar.gz .
Originally posted by The Mad Rapper
Thanks to both
Why does it take so long for Gentoo to be installed? Suse 8.1 takes me a few hours at the most, and that's including loading additional software and tweaking it a bit too...I guess Gentoo must be far more basic in what it does for you?