|
dd, tar and gzip
Hi,
I am trying to extract some important data from a tape directly to a directory in a remote location using dd and tar also compressing during due to amount of data.
e
xample:
tar xvf /tape ....to rsh remote_sytstem/dir with gzip -9 during....
or maybe dd /tape .......to rsh remote_sytstem/dir with gzip -9 during....
or any other way that may work better.
I would like this to work on any Unix system as Linux, Sun or Irix
Thanks
|