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
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
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
08-04-2004 07:49 PM
08-04-2004 07:49 PM
backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 07:55 PM
08-04-2004 07:55 PM
Re: backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 07:58 PM
08-04-2004 07:58 PM
Re: backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 07:58 PM
08-04-2004 07:58 PM
Re: backup
I assume fbackup frecover
Restore from remote drive
/etc/frecover -xi/directory -f remote_name:/dev/rmt/0m
Remote restore, local drive
remsh remote_name " /etc/frecover -xi/directory \
-f local_name:/dev/rmt/0m"
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:02 PM
08-04-2004 08:02 PM
Re: backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:30 PM
08-04-2004 08:30 PM
Re: backup
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:39 PM
08-04-2004 08:39 PM
Re: backup
Bad choice as slow but this should work
to restore a `tar' tape from a remote computer that owns a compatible drive.
cd /relative_path
remsh name -l user dd if=/dev/rmt/0m bs=10k | tar xvf -
You may do well to use tar tvf to check it but it works for me
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:43 PM
08-04-2004 08:43 PM
Re: backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:52 PM
08-04-2004 08:52 PM
Re: backup
To restore: tar xvf /dev/rmt/0m files_names
To Verify: tar tvf /dev/rmt/0m
Refer man tar pages for more details.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:59 PM
08-04-2004 08:59 PM
Re: backup
http://www.atmos.ucla.edu/web/info/HowTo/tape.html
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 09:25 PM
08-04-2004 09:25 PM
Re: backup
Ok
cd /relative_path
cd to where you want to recover from
Then to test it
remsh name -l user dd if=/dev/rmt/0m bs=10k | tar tvf -
Should show what is on tape
If you see what you expect then
remsh name -l user dd if=/dev/rmt/0m bs=10k | tar xvf -
Will recover files
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 09:29 PM
08-04-2004 09:29 PM