- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Use of the /EXCLUDE qualifier for the BACKUP comma...
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
09-21-2005 09:34 PM
09-21-2005 09:34 PM
What I need to know is to correct syntax for the following issue. Current we exclude a specific directory thus
/EXCLUDE=( [ORACLEV7.XEPS...]*.*) -
I now wish to exclude an additional directory structure ORACLEV7.P014 do I achieve this with a second line as above
/EXCLUDE=( [ORACLEV7.XEPS...]*.*) -
/EXCLUDE=( [ORACLEV7.P014...]*.*) -
or by including both directories within the original parentheses
/EXCLUDE= ( [ORACLEV7.XEPS...]*.*,[ORACLEV7.P014...]*.* ) -
In that sort of fashion?
Finally if it's just one use of the /EXCLUDE qualifier, as in the second example, what is the correct separator & syntax to use?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:44 PM
09-21-2005 09:44 PM
Re: Use of the /EXCLUDE qualifier for the BACKUP command.
Sorry, I should point you also to the documentation:
http://h71000.www7.hp.com/doc/82FINAL/6048/6048pro_021.html#startsubcommand_122
there is also an example.
I see that you are new to this forum so:
Velcome to the VMS forum.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:44 PM
09-21-2005 09:44 PM
Re: Use of the /EXCLUDE qualifier for the BACKUP command.
Thanks Bojan
I just found the HELP topic on this unusally vague.
Many thanks for your time.
Andrew.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 02:01 AM
09-22-2005 02:01 AM
Re: Use of the /EXCLUDE qualifier for the BACKUP command.
the second syntax for /EXCLUDE in itself is sufficient, but please realise, that for most commands if you need to specify ALL files, that you must specify *.*;*.
VMS can hold multiple versions of a file, and the specification xxxx.* means ONLY the highest version.
You can address specific versions with xxxx.yyy;
There even is a special way to address the LOWEST existing version number: xxxx.yyy;-0
hth,
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 02:16 AM
09-22-2005 02:16 AM
Re: Use of the /EXCLUDE qualifier for the BACKUP command.
If you remove the *.* or *.*.* it also works.
It doesn't need that info, only the directory is enough.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 02:45 AM
09-22-2005 02:45 AM
Re: Use of the /EXCLUDE qualifier for the BACKUP command.
backup dsk1:[000000...],dsk2:[000000...]/excl=([sybase...])
excludes sybase from both disks while I would like to specify that it only applies to dsk2.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 08:36 AM
09-22-2005 08:36 AM
Re: Use of the /EXCLUDE qualifier for the BACKUP command.
What I always found strange is that the device can not be specified.
backup dsk1:[000000...],dsk2:[000000...]/excl=([sybase...])
excludes sybase from both disks while I would like to specify that it only applies to dsk2.
Since backup's designers didn't give us a way to restore a save-set to multiple devices I imagine they felt that you should use different save-sets for different disks.
You could rename one of the directories before the backup and rename it afterwards, unless it must remain in use, of course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 05:15 PM
09-22-2005 05:15 PM
Re: Use of the /EXCLUDE qualifier for the BACKUP command.
One thing to be aware of... even with /EXCLUDE, directory files within the excluded tree are still included in the backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 09:05 PM
09-22-2005 09:05 PM
Re: Use of the /EXCLUDE qualifier for the BACKUP command.
exclude syntax
/exclu=([dir1....],[dir2,dir3]*.log,*.tmp)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 11:16 PM
09-22-2005 11:16 PM