- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.11 OS backups
Operating System - HP-UX
1819959
Members
3226
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
тАО12-21-2007 06:16 AM
тАО12-21-2007 06:16 AM
Ok, we are trying to reduce our backup footprint. If you had to choose the bare minimum amount of filesto be backed up for simply restoring the OS (after an ignite) which ones would you choose?
Basically, we are working on creating a nightly/weekly exclude list to excluded from being backed up.
Basically, we are working on creating a nightly/weekly exclude list to excluded from being backed up.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-21-2007 06:33 AM
тАО12-21-2007 06:33 AM
Solution
Hi Jody:
> If you had to choose the bare minimum amount of filesto be backed up for simply restoring the OS (after an ignite) which ones would you choose?
Well, certainly anything that is a volatile configuration file. The '/etc/passwd' and/or '/etc/shadow' files are prime examples. I'd certainly backup your user's 'home' directories ('/home' or the symbolic links to which anyone might point).
I think *you* need to decide what you can and can't afford to backup given the frequency and circumstaces with which you perform your Ignite backups.
You don't say what backup software you are using, either. One way to determine the "candidate" list would be to look for files in the filesystems of vg00 that have been modified *since* your last Ignite backup just *before* you would make your next:
# find / -xdev -type f -mtime -14
The above would find all files in the root directory that had been modified during the last 14-days, for example. This would include the '/etc/ and '/sbin' directories that are not mountpoints unto themselves, but skip crossing into mounted directories like '/usr' and 'opt'.
Regards!
...JRF...
> If you had to choose the bare minimum amount of filesto be backed up for simply restoring the OS (after an ignite) which ones would you choose?
Well, certainly anything that is a volatile configuration file. The '/etc/passwd' and/or '/etc/shadow' files are prime examples. I'd certainly backup your user's 'home' directories ('/home' or the symbolic links to which anyone might point).
I think *you* need to decide what you can and can't afford to backup given the frequency and circumstaces with which you perform your Ignite backups.
You don't say what backup software you are using, either. One way to determine the "candidate" list would be to look for files in the filesystems of vg00 that have been modified *since* your last Ignite backup just *before* you would make your next:
# find / -xdev -type f -mtime -14
The above would find all files in the root directory that had been modified during the last 14-days, for example. This would include the '/etc/ and '/sbin' directories that are not mountpoints unto themselves, but skip crossing into mounted directories like '/usr' and 'opt'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-21-2007 07:10 AM
тАО12-21-2007 07:10 AM
Re: HP-UX 11.11 OS backups
This is for netbackup....
So far, the files I want to keep are:
/usr/local/bin
/etc
/tcb
/.*
/home*
/stand
/var/adm
So far, the files I want to keep are:
/usr/local/bin
/etc
/tcb
/.*
/home*
/stand
/var/adm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2008 06:59 AM
тАО01-31-2008 06:59 AM
Re: HP-UX 11.11 OS backups
I figured this out using the information provided.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP