LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   GHOST on Slackware (https://www.linuxquestions.org/questions/linux-newbie-8/ghost-on-slackware-381452/)

d_kilshtein 11-09-2005 09:59 AM

GHOST on Slackware
 
Has anyone successfully made a partition image using the Norton Ghost (2005) on a Slackware 10.1 PC?

I have 3 physical drives in my PC:
1 – SWAP
2- /
3- /home
LILO is installed in the MBR.

I want to make a full partition image to / and another image for /home then if needed I want to restore the all system from these images (just like in Windows). I found many questions about it but not even one conclusive answer. Please let me know if anyone has done it.


Daniel.

corfe 11-10-2005 08:05 AM

Ghost will probably work, but I can't say for sure. Anyways, why not just use a linux tool to do it? Try www.partimage.org (or probably package name "partimage"). I haven't tried it myself, but you can look into it.

Alternatively, you could do a tar.bz2 of all the contents of the drive (or tar.gz to take more space but for faster backups), and copy the boot record (dd if=/dev/hda of=/backup/MBRbackup bs=512 count=1) where hda is the disk you boot off of.

Good luck / have fun!


All times are GMT -5. The time now is 08:44 AM.