- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- tar file to tape
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2009 10:15 PM
тАО06-24-2009 10:15 PM
tar file to tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2009 10:53 PM
тАО06-24-2009 10:53 PM
Re: tar file to tape
this is a example for solaris but its the same for all Unix / Linux .
http://www.cyberciti.biz/faq/linux-tape-backup-with-mt-and-tar-command-howto/
http://www.cyberciti.biz/tips/solaris-tar-command-to-backup-data-on-tape-device.html
- if there is a other backup, you should use another tape.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2009 11:10 PM
тАО06-24-2009 11:10 PM
Re: tar file to tape
when I use tar -rvf dev file , it pop the below error in my RH server , can advise what is wrong ? thx
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2009 11:14 PM
тАО06-24-2009 11:14 PM
Re: tar file to tape
if you wona use tape for archiving you need to handle the tapes with mt, this small tool handle the operation with the Magnetic Tape.
http://www.cs.inf.ethz.ch/stricker/lab/linux_tape.html
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2009 11:41 PM
тАО06-24-2009 11:41 PM
Re: tar file to tape
> by other backup tool ) [...]
What, exactly, is "other backup tool", and
does it write "tar" archives?
> when I use tar -rvf dev file , [...]
If the thing on the tape is not a "tar"
archive, then what do you expect from "tar
-r"?
http://www.gnu.org/software/tar/manual/html_node/Operation-Summary.html#SEC41
[...]
'--append'
'-r'
Appends files to the end of the archive. See section How to Add Files to Existing Archives:
'--append'
[...]
See the part where it says "Appends files to
the end of the archive"? It's talking about
a "tar" archive, not any old pile of bits on
a tape.
If you can get "mt" to forward-space to the
end of the data on the tape, and if you use
a non-rewinding tape device, then "tar -c"
might work.
> [...] I tried "tar -cvf dev file" [...]
As usual, showing the actual commands you
used might be more helpful than vague
descriptions and interpretations. In this
case, "dev" is particularly uninformative.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2009 02:27 PM
тАО06-27-2009 02:27 PM
Re: tar file to tape
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1348023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2009 04:27 PM
тАО06-27-2009 04:27 PM
Re: tar file to tape
In some cases it helps to ask the same
question repeatedly until you get an answer
you like. In other cases, you just waste
everyone's time.
Hmmm. Which case is this?