- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is fbackup to a disk possible?
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
10-15-2003 01:41 AM
10-15-2003 01:41 AM
Is it possible to do a fbackup to a disk?
i.e. #fbackup -f /dev/dsk/cxtxdx -0vi /
Usually the backup device is a tape, but I'd like to use a disk if possible. A tape drive and DDS tape are not available but I have an unused disk.
Many Thanks,
Charlie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:47 AM
10-15-2003 01:47 AM
Re: Is fbackup to a disk possible?
Never tried it, but the fact that the man page says "Only magnetic tapes can be remote devices" implies to me that local devices can be tape or disk.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:47 AM
10-15-2003 01:47 AM
Re: Is fbackup to a disk possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:47 AM
10-15-2003 01:47 AM
Re: Is fbackup to a disk possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 01:48 AM
10-15-2003 01:48 AM
Re: Is fbackup to a disk possible?
Although I've never done this a scan of the fbackup man page seems to indicate that one can do this. It appears to me that you need to direct the output to a file however & not a raw disk device - but I could be wrong. The reason seems to be that when *not* using tape devices, there are no EOF markers between sections (label, header,etc).
So you should create a VG/LV/FS structure as large as required & direct the output to a file within.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:15 AM
10-15-2003 02:15 AM
Re: Is fbackup to a disk possible?
Thank you guys for a prompt response. Although I won't be doing a backup like that I might need it in the near future.
Thanks Again.
Charlie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:22 AM
10-15-2003 02:22 AM
Re: Is fbackup to a disk possible?
iam not sure if I read this from the man page of backup.
"fbackup creates volumes with a format that makes duplication of volumes by dd impossible (see dd(1)). Copying an fbackup volume created on one media type to another media type does not produce a valid fbackup volume on the new media because the formats of volumes on raw magnetic tape, on a regular file, and on rewritable optical disks are not identical."
So in the context to Pete Randalls answer that can also mean do not a fbackup on remote rewritable optical disks.
So the only thing I would recommend you is "TRY AND ERROR". Try it with some unimportant files and try to recover them.
HTH
Roland