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
09-12-2002 02:20 AM
09-12-2002 02:20 AM
Could somebody please give me some alternatives and commands i will need to run them.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 02:32 AM
09-12-2002 02:32 AM
Re: Backup's
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7027543254bfd611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 02:33 AM
09-12-2002 02:33 AM
Re: Backup's
ftio is similar to cpio but faster.
fbackup is the HP-UX standard backup utility.
You can check the man pages for this two programs.
But if you have more advanced needs I will recommend you to look at a "real" backup program (for example OmniBack).
PS
It is not sure it is cpio that is the bottleneck, it can be tape device , disk/filesystem etc. as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 02:45 AM
09-12-2002 02:45 AM
SolutionIf possible I'd recommend using fbackup, but if you want something that fits into your existing setup quickly and shouldn't take much thinking about in terms of changes then use ftio.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 05:14 AM
09-12-2002 05:14 AM
Re: Backup's
If you don't care about swiping processor cycles, in addition to using ftio you could start the ftio process with the nice command, maybe:
nice --24 ftio .... &
This will set the nice value to 0 (highest priority) and improve the time it takes.
- Allan