- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup usage file larger than 2GB
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
01-24-2002 03:15 PM
01-24-2002 03:15 PM
Use fbackup to backup a 3GB File to a DDS drive
File: /home/test/backup.tar.Z
Device: /dev/rmt/0m
I assume it is as follows:
fbackup -f /dev/rmt/0m -i /home/test/backup.tar.Z
Is this correct?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 03:55 PM
01-24-2002 03:55 PM
SolutionWhat error are you seeing?
Exactly what tape drive and tape are you using?
DDS
DDS2
....
There is a limitation on how much data can be
written depending on the tape and drive
combination.
The command you are using should work,
but I would place the syntax as
# fbackup -i /home/test/backup.tar.Z -f /dev/rmt/0m
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 03:58 PM
01-24-2002 03:58 PM
Re: fbackup usage file larger than 2GB
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 04:28 PM
01-24-2002 04:28 PM
Re: fbackup usage file larger than 2GB
When I run top, it shows that it is in sleep mode. and using up a very small % of CPU.
Can the process be speeded up?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2002 04:46 PM
01-24-2002 04:46 PM
Re: fbackup usage file larger than 2GB
The process will not really use a great deal
of CPU as you are actually reading from a disk
onto a streaming tape. It will also depend on
the type of machine/SCSI/disk combination
your using to how fast it will actually
write to tape.
-Michael