- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what is the option to exclude files/dirs using ta...
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-06-2006 06:54 PM
07-06-2006 06:54 PM
Could anyone of you please help me with the below query.
what is the option/syntax to exclude files/dirs using tar in HP-UX 11i v2
Thanks in advance.
Satish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2006 07:14 PM
07-06-2006 07:14 PM
Re: what is the option to exclude files/dirs using tar in HP-UX 11i v2
Say you tar /etc then everything in /etc is tared.
Other option you could look at is fbackup where you can specify the include and exclude options to archive the files
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2006 01:34 AM
07-08-2006 01:34 AM
SolutionI have run into the same problem and the only way I found with out creating a script or using CPIO is to use fbackup.
fbackup is really easy to use and you can setup multiple graphs that can be used for different backup or file transfers. fbackup is also designed to be faster than TAR or CPIO.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 05:50 AM
07-10-2006 05:50 AM
Re: what is the option to exclude files/dirs using tar in HP-UX 11i v2
gnu tar has the exclude option and I would recommend using it if you ever want to port archives between OSes.
see hpux.connect.org.uk/hppd/hpux/gnu/tar-1.15.1
But fbackup is a lot easier for excluding as you have one "graph" file that can be easily edited.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:28 PM
07-24-2006 06:28 PM
Re: what is the option to exclude files/dirs using tar in HP-UX 11i v2
Regards
Satish