Also,

tar does accept input from stdin.  Use '-'.  So something like:
dd if=/dev/hda bs=10k skip=0 count=10000 | gzip | tar -cMf /mo/file.tgz -

Thta last '-' is the key.

"Goll, Patrick (Student Assistant)" wrote:
> 
> 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

-- 
  Gordon Chamberlin             Software Architect
  Visualize, Inc.               http://www.visualizeinc.com
  (602) 861-0999 ext. 14        [EMAIL PROTECTED]

Reply via email to