I am trying to backup multiple directories using tar. We are on version 3.2 using a 4mm dds2 tape drive. This is the command that I tried.
tar -cvf/dev/rmt0 ./home ./u5
It backed up /home then stopped. Any ideas?
Thanks
bi: the command "tar -xvf /home /u5" will not work, as it specifies "/home" as the archive to extract from.
tar -xv /home /u5 may work if $TAPE variable is set to /dev/rmt0
Anyhow, 170TOGO should try GNU tar, because that implementation lacks these annoying bugs. - but here are little incompatibilities...
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.