- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- using hp-ux 10.20 backup command or other
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
using hp-ux 10.20 backup command or other
SOLVED- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 08:51 AM
03-27-2009 08:51 AM
a simple option to use. New site does not
have backup server. They will use 4mm dds2
tape drive for now. Or is there another
way to backup partitions other than vg00
which I have done make_recovery tape for that.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 09:09 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 09:14 AM
03-27-2009 09:14 AM
Re: using hp-ux 10.20 backup command or other
Re: using hp-ux 10.20 backup command or other
to restore all or just one file. I can
do that with "frecover" ?
What about "dump" and "restore" that I
see in man pages?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 09:25 AM
03-27-2009 09:25 AM
Re: using hp-ux 10.20 backup command or other
Re: using hp-ux 10.20 backup command or other
blocksperrecord 4096
records 64
checkpointfreq 4096
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
Here are some example commands for fbackup/frecover:
fbackup -i / -v -c config-file -f /dev/rmt/0m
Display the tape header with dates:
frecover -V - -f /dev/rmt/0m
Display the table of contents:
frecover -I - -f /dev/rmt/0m
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 09:34 AM
03-27-2009 09:34 AM
Re: using hp-ux 10.20 backup command or other
Re: using hp-ux 10.20 backup command or other
> Just saw that(fbackup). So if I want
to restore all or just one file. I can
do that with "frecover" ?
Absolutely, yes. BOth 'fbackup' and 'frecover' use a "graph" file to list the (i)ncluded files and/or directories along with any (e)xcluded ones.
When recovering a file or files, you also have the option of recovering to your current working directory.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 09:37 AM
03-27-2009 09:37 AM
Re: using hp-ux 10.20 backup command or other
Re: using hp-ux 10.20 backup command or other
How do I do an interactive selective
file restore before I blow something up?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 09:39 AM
03-27-2009 09:39 AM
Re: using hp-ux 10.20 backup command or other
Re: using hp-ux 10.20 backup command or other
fbackup -0i /smacdsk -f /dev/rmt/0m
And did Bill's commands to verify.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 09:58 AM
03-27-2009 09:58 AM
Re: using hp-ux 10.20 backup command or other
Re: using hp-ux 10.20 backup command or other
There isn't an interactive restore per se. You can use the tools to create disk-resident archives, too. The graph file lets you selectively recover as well as backup. Consider this:
# cp /etc/hosts /tmp/hosts
# fbackup -vf /var/tmp/myarchive -i /tmp
# frecover -xvof /var/tmp/myarchive -i /tmp/hosts
...restores only the 'hosts' file
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2009 02:00 PM
03-27-2009 02:00 PM
Re: using hp-ux 10.20 backup command or other
Re: using hp-ux 10.20 backup command or other
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-28-2009 01:18 AM
03-28-2009 01:18 AM
Re: using hp-ux 10.20 backup command or other
Re: using hp-ux 10.20 backup command or other
u can use fbackup for more information see man fbackup, tar backup etc...
tar is available in all unix and fbackup is specific in hp-ux
second option is sam
see above posting
thanks and regards
Sajjad Sahir
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP