- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX file system backup
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
07-21-2008 03:51 AM
07-21-2008 03:51 AM
HPUX file system backup
I am looking equivalent of following in HPUX B.11.11 -
In Tru64 we have -
When the backup saveset device is the character - (dash), the vdump command writes to standard output. Thus, the vdump and vrestore commands can be used in a pipeline expression to copy filesets. The following are typical commands; they are equivalent:
# vdump -0 -f - /usr | (cd /mnt; vrestore -x -f -) or
# vdump -0f - /usr | vrestore -xf - -D /mnt
Is there something equivalent in fbackup or vxdump?
Please suugest. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 04:03 AM
07-21-2008 04:03 AM
Re: HPUX file system backup
-f device device specifies the name of an output file. If the name of the file is -, fbackup writes to the standard output.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 04:04 AM
07-21-2008 04:04 AM
Re: HPUX file system backup
With 'fbackup'/'frecover' you can copy directories and their contents like:
# cd srcdir && fbackup -i . -f - | ( cd dstdir && frecover -Xrf - )
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 04:56 AM
07-21-2008 04:56 AM
Re: HPUX file system backup
vxdump/vxrestore will also work in HP-UX.
vxdump -0 -f- /sourcedir | (cd /dest-dir; vxrestore -xf -)
and
HP's own backup tool:
fbackup -i /sourcedir -f - | (cd /dest-dir; frecover -Xsrf -)
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 05:28 AM
07-21-2008 05:28 AM
Re: HPUX file system backup
is :
cd /SRC
find . -depth -print | cpio -pdmxucv /TARGET
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 08:52 PM
07-21-2008 08:52 PM
Re: HPUX file system backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 09:11 PM
07-21-2008 09:11 PM
Re: HPUX file system backup
You have assigned points to 0 out of 17 responses.
Please assign points if based on the answer fulfill your requirement.
Regards,
Mridul