- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite backup exclude certain directory
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
12-28-2005 02:21 PM
12-28-2005 02:21 PM
Ignite backup exclude certain directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 02:29 PM
12-28-2005 02:29 PM
Re: Ignite backup exclude certain directory
Latest versions do support exclusion of a file/dir.
man make_tape_recovery.
You have two options.
-f "content_file"
-x exclude=dir/file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 05:12 PM
12-28-2005 05:12 PM
Re: Ignite backup exclude certain directory
Just use '-x exclude=
From man page :
-x exclude=file|dir
Excludes the file or directory from the archive. When a directory is specified, no files beneath that directory will be stored in the archive.
Example :
# /opt/ignite/bin/make_tape_recovery -A -I -v -x exclude=/dowan -a /dev/rmt/
0mnb
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 05:13 PM
12-28-2005 05:13 PM
Re: Ignite backup exclude certain directory
Just use '-x exclude=
From man page :
-x exclude=file|dir
Excludes the file or directory from the archive. When a directory is specified, no files beneath that directory will be stored in the archive.
Example :
# /opt/ignite/bin/make_tape_recovery -A -I -v -x inc_entire=/dev/vg00 -x exclude=/dowan -a /dev/rmt/
0mnb
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 05:21 PM
12-28-2005 05:21 PM
Re: Ignite backup exclude certain directory
Just use the example on the second post.
Cheers,
AW