- Community Home
- >
- Storage
- >
- Data Protection and Retention
- >
- StoreEver Tape Storage
- >
- Re: Backup to Tape Drive
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
Forums
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
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
тАО01-14-2007 07:06 PM
тАО01-14-2007 07:06 PM
Backup to Tape Drive
How can i back up to Tape Drive using Unix UX ?
1. tar cvf /dev/rmt/0m ./user/dmn/test.dmp
2. tar xvf /dev/rmt/0m
but i can't see a a file , can u help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2007 12:20 AM
тАО01-15-2007 12:20 AM
Re: Backup to Tape Drive
I suppose /dev/rmt/0m is your tape drive.
After tar cvf, run "tar tvf /dev/rmt/0m" to list the content of the tape.
See man page of tar "man tar"
Regads
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2007 04:26 PM
тАО01-15-2007 04:26 PM
Re: Backup to Tape Drive
Tks for your help.
Yes dev/rmt/0m is my tape drive, i have see my backup file with command tar tvf /dev/rmt/0m and i can see that file but when i backup another file again to my drive the first file is gone. is it overwtitten with the newer back up file ???
And what the different between using tar command or fbackup command ?? which is the best ???
Tthaks alot of
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2007 04:02 AM
тАО01-16-2007 04:02 AM
Re: Backup to Tape Drive
Alternatively, you could use the mt command to advance to the proper position.
man mt to get more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2007 01:36 PM
тАО01-16-2007 01:36 PM
Re: Backup to Tape Drive
If i use /dev/rmt/0mn , they will show one by one the file .
Tks for your kind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2007 11:39 PM
тАО01-16-2007 11:39 PM
Re: Backup to Tape Drive
Either you can use
tar cvf /dev/rmt/0m /folder1 /folder2
and so on in a single command or
use fbackup with graph file.
Create graph file with all the files/folder needed, then run fbackup with g option.
Read man pages of tar and fbackup.
Regds
TT