Hi all,
I want to make a backup of my harddisk and don't know how to split it into
multiple volumes.
I tried the following:
dd if=/dev/hda | gzip | tar -cMf /mo  # mo is an magneto optical disk
The problem is tar doesn't accept input from stdin, cause tar works file
orientated.

I want to make a binary copy of a harddisk split into multiple volumes, how
can I do this?

Cu
        Patrick

Reply via email to