- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- backup using fbackup command
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
11-02-2004 09:21 AM
11-02-2004 09:21 AM
backup using fbackup command
#fbackup -v -i /ex2/liveBackup/Tape -c /etc/sam/br/fbackup_config -f /dev/rmt/1m
the data about 95GB to backup
the time 8 hours still not finished.
it's i a true time or maybe have a problem
while the fbackup start the message warning is'unable to read volume header'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 09:49 AM
11-02-2004 09:49 AM
Re: backup using fbackup command
Post the following info
1) contents of /etc/sam/br/fbackup_config
2) Kind of tape drive you are writing to
3) whether hardware compression is enabled in the tape drive or not ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 02:53 PM
11-02-2004 02:53 PM
Re: backup using fbackup command
- what is the model of the tape drive?
- what model computer is being used?
- What other programs are running on the system?
The reason that these are crucial to answering your question is that a very new Ultrium drive, it may be way too fast for your computer. With new tape drives, they will run VERY slow if the computer cannot deliver data fast enough.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 04:16 PM
11-02-2004 04:16 PM
Re: backup using fbackup command
- to store a particular directory:
# fbackup -f /dev/rmt/1m -i /ex2/liveBackup/Tape
- to see what's actually on the tape without restoring then:
# frecover -Nrosv -f /dev/rmt/1m > your_filename 2>&1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 11:29 PM
11-02-2004 11:29 PM
Re: backup using fbackup command
fbackup knows it's own format and expects to see it on existing tapes. If the header is not found (new tape, previously used with tar, cpio, etc), you'll getr the warning. It's not a problem, just fbackup identifying the tape before using it. fbackup will never overwrite it's own backup using this method. tar, cpio, etc will overwrite an existing first volume of a backup when a second volume is required, but fbackup sees the first volume header and refuses to use it as a second tape for the backup.
Bill Hassell, sysadmin