- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FBACKUP vs CPIO question
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
05-06-2003 06:52 AM
05-06-2003 06:52 AM
FBACKUP vs CPIO question
i am currently testing fbackup for the first time to back up my files. i need to know the command or switches to use so i can see the display on the PC screen so i know whats going on as i am backing up. for instance the command for CPIO is -p, so please whats the command for fbackup. thanks
regards
iphy onibuje
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 06:56 AM
05-06-2003 06:56 AM
Re: FBACKUP vs CPIO question
It is used to recover files or just display whats on the tape.
frecover -I path
The path is where you want the list to go, its actually a text file.
man frecover
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 07:01 AM
05-06-2003 07:01 AM
Re: FBACKUP vs CPIO question
-v Run in verbose mode. Generates status messages that
are otherwise not seen.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 07:03 AM
05-06-2003 07:03 AM
Re: FBACKUP vs CPIO question
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6e5b9c196a4bd71190080090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 07:12 AM
05-06-2003 07:12 AM
Re: FBACKUP vs CPIO question
The equivalent in fbackup is :
cd /dest
fbackup -i /source -f - | frecover -x -X -f -
What you're describing isn't pass through. You said "... need to know the command or switches to use so i can see the display on the PC screen so i know whats going on as i am backing up..."
For this you want to refer to the index with the -I option:
"... specifies the name of the on-line index file to be generated. It consists of one line for each file backed up during the session. Each line contains the file size, the volume number on which that file resides, and the file name. If the -I option is omitted, no index file is generated..."
For example
fbackup -I /tmp/05062003_index
tail -f /tmp/05062003_index
Will list out the appended index in real time, if you don't see it from the acutal session.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3921-90010/B3921-90010_top.html&con=/hpux/onlinedocs/B3921-90010/00/05/523-con.html&toc=/hpux/onlinedocs/B3921-90010/00/05/523-toc.html&searchterms=fbackup&queryid=20030506-090729