- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Specifying backup log name when using fbackup
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
06-06-2001 09:39 AM
06-06-2001 09:39 AM
Thanks in advance,
Joe Robinson
Sys Admin
USPFO for Oregon
Oregon Army National Guard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 09:57 AM
06-06-2001 09:57 AM
Re: Specifying backup log name when using fbackup
You may create labels ( arquive with any descritions ) for each tape in
first volume, and write the data ever
in the second volume in the same tape.
I hope this helps.
Regards
Abel Berger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 10:15 AM
06-06-2001 10:15 AM
Re: Specifying backup log name when using fbackup
Take care.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 10:19 AM
06-06-2001 10:19 AM
SolutionAre you using SAM?
If you use command line to do your fbackup then the "-I path" specifies the name of the index file.
Even though your index was overwritten did you know you can pull a new index file (complete and more accurate than the one created during backup - it's the actual index file of what actually got saved.
Put your tape in drive 0 or 1 or ?
frecover -f /dev/rmt/0m -I /tmp/yourindexfile
This will create the index in whatever path you supply to the -I option. So you can see if the file is on your tape or not.
Regards,
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 12:14 PM
06-06-2001 12:14 PM
Re: Specifying backup log name when using fbackup
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2001 05:57 AM
06-07-2001 05:57 AM
Re: Specifying backup log name when using fbackup
/etc/fbackup -f /dev/rmt/1m -0ug /var/adm/fbackupfiles/graphfile -I /tmp/index_full.`date +%a` > /tmp/error 2>&1
When using other backup such as oracle, I would name the index file as /tmp/ora_index to keep them separated.