LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Looking for equivalent software package to Norton's Ghost for Linux (https://www.linuxquestions.org/questions/linux-software-2/looking-for-equivalent-software-package-to-nortons-ghost-for-linux-154417/)

sjia 03-06-2004 10:12 PM

Looking for equivalent software package to Norton's Ghost for Linux
 
Hi. Is there a software package that will back up my partitions to an image file for the linux OS like Norton's Ghost backs ups to an image file for Windows partitions?

fancypiper 03-06-2004 10:20 PM

tar and gzip does the job for me, but if you want an image, mkisofs does that job.

# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory

The table of equivalents, replacements, analogs of Windows software in Linux


All times are GMT -5. The time now is 06:37 PM.