Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
taring to a remote tape drive?
Name: doc Date: August 29, 2002 at 09:57:37 Pacific
Comment:
ok, i need to backup /export to remote tape drive: here is the command i am using :
tar -cvfb -20 /export | rsh voodoo dd of=/dev/rmt/0n obs=20b
Name: boarddude Date: August 29, 2002 at 11:41:57 Pacific
Reply:
is a .rhost file in $HOME availabel??
0
Response Number 2
Name: doc Date: August 29, 2002 at 15:20:44 Pacific
Reply:
yes it is there.
0
Response Number 3
Name: Mark M Date: August 31, 2002 at 01:00:56 Pacific
Reply:
Have you tried omitting the minus sign before the 20 and before the options? I'm not sitting at a box at the moment so can't check this myself at the moment.
0
Response Number 4
Name: --- Date: August 31, 2002 at 23:52:22 Pacific
Summary: If your objective is to do backups to a remote tape drive, you have several options. If we assume you intend to backup an entire file system on hostA to the tape drive on hostB, then: On hostB create ...
Summary: If you attach a device after the OS is installed you need to regenerate the contents of the /dev directory. cd / ; touch reconfigure ; shutdown -r now The first tape drive will probably show up as /d...
Summary: I tried the two options you gave me and it gave me bad command. I was wondering if there was any configering I had to do to the new tape drive before it would work. Also is there just a way to see if ...