Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gzip
  • Order by date
  1. gzip

    Steve48

    I copied a directory with the following command. tar cvfE - /dir_name | gzip | rsh hostname dd of=/dev/tape/tape0 bs=20b How can I restore this back. I tried rsh hostname dd if=/dev/tape/tape0 bs=20b | gunzip | tar tvf - Where am I making the mistake. Thanks.

Part and Inventory Search

Back
Top