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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.