[NTLUG:Discuss] Backing up an FC6 desktop?
terry
trryhend at gmail.com
Mon Sep 8 15:56:47 CDT 2008
If this is a Desktop PC and you are wanting to do an upgrade and you
have /home on a separate partition, just leave that partition
un-formatted and do fresh FC9 install. If you don't have /home on a
separate drive or partition, copy it to one.
In the case of just adding another drive:
fdisk /dev/hdb
(make a linux partition)
(If the new partition is /dev/hdb1):
mkfs.ext3 /dev/hdb1
reboot
mkdir /mnt/hdb1
mount /dev/hdb1 /mnt/hdb1
cp -a /home /mnt/hdb1
or
cp -a /home/user /mnt/hdb1
On Sun, Sep 7, 2008 at 8:34 AM, John K. Taber <jktaber at charter.net> wrote:
> Mondo at first looked attractive for backing up my FC6 desktop. But
> Googling the forums
> reveals that Mondo has a problem with LVM, which I have.
>
> I like the idea of a bootable backup media (I'm thinking CDs), and
> complete restore.
>
> Any ideas?
>
>
> _______________________________________________
> http://www.ntlug.org/mailman/listinfo/discuss
>
--
<><
More information about the Discuss
mailing list