Backup software
Derek Atkins
warlord at MIT.EDU
Sun Dec 16 15:18:57 EST 2001
I don't still have the original message, but yes, dd should be
able to extract to a new file:
dd if=$TAPE of=new-file.tgz ...
Or, of course, this should work, too:
dd if=$TAPE ... | tar -xzf - ...
or..
dd if=$TAPE ... | cat > new-file.tgz
-derek
jbk <jbk at mail2.gis.net> writes:
> the original script was written to rsh to other hosts and
> dump devices or mounts to a remote hosts tape. I wanted to
> keep this functionality intact for future use.
> I am assuming that I can extract the data from the tape with
> 'dd' and pipe it to 'tar' which will extract to a empty
> directory of my choosing. Is this not the case?
> 'dd' should at least beable to copy from tape to an empty
> directory.
>
> Jim Kelly-Rand
>
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Processing Board (SIPB)
URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH
warlord at MIT.EDU PGP key available
More information about the Discuss
mailing list