Re: Fiddling with exclude statement

2024-03-08 Thread Andrew Raibeck
Hi Eric, Thanks for pointing out that doc issue. I am looking into getting that resolved. It is correct that the EXCLUDE (without the .DIR) and INCLUDE operate on file objects only, not directories. I agree that the approach you are using is probably the easiest if the backup of undesired

Re: Fiddling with exclude statement

2024-03-08 Thread Loon, Eric van (ITOP DI) - KLM
Hi Andy, I have been able to get the job done through the following lines in the cloptset: Use Option Set Value (FORCE): No Option Value: EXCLUDE '/tech/splunk/.../*' Option: INCLEXCL Sequence number: 105 Use Option Set Value (FORCE

Re: Fiddling with exclude statement

2024-03-08 Thread Andrew Raibeck
Hi Eric, Based on your previous response to the exclude.dir suggestion, I suppose you have a scenario like this: * Exclude all other files underneath /tech/splunk, * but directory objects are still processed. exclude /tech/splunk/.../* * Back up everything in /tech/splunk/keep1 and /tech

Re: Fiddling with exclude statement

2024-02-27 Thread Loon, Eric van (ITOP DI) - KLM
regards, Eric van Loon Air France/KLM Core Infra From: ADSM: Dist Stor Manager on behalf of Skylar Thompson Sent: Monday, February 26, 2024 17:07 To: ADSM-L@VM.MARIST.EDU Subject: Re: Fiddling with exclude statement Do you have DIRMC set? My experience

Re: Fiddling with exclude statement

2024-02-27 Thread Loon, Eric van (ITOP DI) - KLM
Stor Manager on behalf of Andrew Raibeck Sent: Monday, February 26, 2024 17:13 To: ADSM-L@VM.MARIST.EDU Subject: Re: Fiddling with exclude statement Hi Eric, I think you need to use exclude.dir, like this: define clientopt myoptset inclexcl "exclude.dir /tech/splunk" Regards, An

Re: Fiddling with exclude statement

2024-02-26 Thread Andrew Raibeck
mpson Sent: Monday, 26 February, 2024 11:07 To: ADSM-L@VM.MARIST.EDU Subject: [EXTERNAL] Re: Fiddling with exclude statement Do you have DIRMC set? My experience is that supersedes any normal exclude rules, though would only backup the directories and not their contents. I think exclude.dir

Re: Fiddling with exclude statement

2024-02-26 Thread Skylar Thompson
Do you have DIRMC set? My experience is that supersedes any normal exclude rules, though would only backup the directories and not their contents. I think exclude.dir would work to exclude that path and avoid the directories being backed up, though. On Mon, Feb 26, 2024 at 03:59:47PM +, Loon

Fiddling with exclude statement

2024-02-26 Thread Loon, Eric van (ITOP DI) - KLM
Hi everybody, I'm trying to exclude a directory called /tech/splunk (including all subdirectories) through a client option set. The exclude on the client seem to be processed OK: [root@hostname ~]# dsmc q inclexcl|grep splunk Exclude All /tech/splunk/.../* Server But when I

Re: how to exclude vm's using sp for ve

2019-02-20 Thread Lee, Gary
y start=22:00 duru=h dur=1 peru=d per=1 -Original Message- From: ADSM: Dist Stor Manager On Behalf Of Schaub, Steve Sent: Wednesday, February 20, 2019 8:44 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] how to exclude vm's using sp for ve Ok, so I tried this: 1. added to

Re: how to exclude vm's using sp for ve

2019-02-20 Thread Schaub, Steve
hecked the syntax with the online docs, I just can't see what is wrong. -steve -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Harris, Steven Sent: Tuesday, February 19, 2019 5:20 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] how to exclud

Re: how to exclude vm's using sp for ve

2019-02-20 Thread Lee, Gary
I went through this. You cannot exclude VMs in an include exclude file. -Original Message- From: ADSM: Dist Stor Manager On Behalf Of Schaub, Steve Sent: Tuesday, February 19, 2019 3:42 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] how to exclude vm's using sp for ve 8.1.2.0 client

Re: how to exclude vm's using sp for ve

2019-02-19 Thread Harris, Steven
: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Schaub, Steve Sent: Wednesday, 20 February 2019 7:42 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] how to exclude vm's using sp for ve 8.1.2.0 client Have a batch script that backs up all vm's in our lab, now I have a list of vm's I

how to exclude vm's using sp for ve

2019-02-19 Thread Schaub, Steve
8.1.2.0 client Have a batch script that backs up all vm's in our lab, now I have a list of vm's I need to exclude. Here is the backup command: dsmc.exe backup vm * -VmBackupType=FullVm -Mode=IfIncremental -VmMaxParallel=10 -VmMaxBackupSession=20 -VmLimitPerHost=10 -VmLimitPerDatastore=10

Re: How to set default include/exclude rules on server but allow clients to override?

2018-06-15 Thread Genet Begashaw
hts: > > The FORCE option has no effect for additive options such as DOMAIN, > INCLUDE, and EXCLUDE. If you think you might want to allow the individual > system administrator some flexibility on what to include or exclude, omit > it from the list. > > Since the "include.systemstate&q

Re: How to set default include/exclude rules on server but allow clients to override?

2018-06-14 Thread Andrew Raibeck
Good points, Bob. Some other thoughts: The FORCE option has no effect for additive options such as DOMAIN, INCLUDE, and EXCLUDE. If you think you might want to allow the individual system administrator some flexibility on what to include or exclude, omit it from the list. Since

Re: How to set default include/exclude rules on server but allow clients to override?

2018-06-14 Thread Robert Talda
Efim is correct, both about the force and about processing order. I got ahead of myself. We built our client option sets to be as inclusive as possible, within minimal include and exclude statements, so that clients could override the behavior with includes and excludes that got processed

Re: How to set default include/exclude rules on server but allow clients to override?

2018-06-14 Thread Barnes, Michael J.
Unsubscribe -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Harris, Steven Sent: Wednesday, June 13, 2018 6:56 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] How to set default include/exclude rules on server but allow clients to override

Re: How to set default include/exclude rules on server but allow clients to override?

2018-06-13 Thread Harris, Steven
-Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Genet Begashaw Sent: Wednesday, 13 June 2018 11:44 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] How to set default include/exclude rules on server but allow clients to override? Thanks for your

Re: How to set default include/exclude rules on server but allow clients to override?

2018-06-13 Thread Efim
Hi, parametr Force has no affect to include/exclude in cloptset. use q inclexcl client command to check resulting (cloptset+dsm.opt) include/exclude in normal order (from top to bottom). You will find that server include/exclude processed first. Efim > 13 июня 2018 г., в 16:43, Genet Begas

Re: How to set default include/exclude rules on server but allow clients to override?

2018-06-13 Thread Genet Begashaw
Robert Talda wrote: > Genet: > > For us it is simple: create a client option set with the list of > include/exclude rules with FORCE=NO. Complexity comes from number of > client options sets needed to support different platforms (Win 7, Win 10, > OS X, macOS, vari

Re: How to set default include/exclude rules on server but allow clients to override?

2018-06-13 Thread Robert Talda
Genet: For us it is simple: create a client option set with the list of include/exclude rules with FORCE=NO. Complexity comes from number of client options sets needed to support different platforms (Win 7, Win 10, OS X, macOS, various Linux destroys) and determining which client option

How to set default include/exclude rules on server but allow clients to override?

2018-06-13 Thread Genet Begashaw
Thank you Genet Begashaw

Re: Re: How to exclude bad Linux mountpoint

2017-02-08 Thread David Bronder
nt points. >> >> For me that was easier.. >> >> >> >> -Rick Adamson >> >> >> -Original Message- >> >> From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of >> Zoltan Forray >> >> S

Re: How to exclude bad Linux mountpoint

2017-02-08 Thread Zoltan Forray
r [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of > Zoltan Forray > > Sent: Tuesday, February 07, 2017 4:07 PM > > To: ADSM-L@VM.MARIST.EDU > > Subject: Re: [ADSM-L] How to exclude bad Linux mountpoint > > > > Thanks for the suggestions. I forgot about the EXCLUDE.FS

Re: How to exclude bad Linux mountpoint

2017-02-08 Thread Rick Adamson
Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Zoltan Forray Sent: Tuesday, February 07, 2017 4:07 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] How to exclude bad Linux mountpoint Thanks for the suggestions. I forgot about the EXCLUDE.FS which seems to have

Re: How to exclude bad Linux mountpoint

2017-02-07 Thread Andrew Raibeck
017-02-07 15:45 > Subject: Re: How to exclude bad Linux mountpoint > Sent by: "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> > > Hi Zoltan, > > It could be the simple act of enumerating file systems or mount points that > causes a problem. What kinds of pr

Re: How to exclude bad Linux mountpoint

2017-02-07 Thread Zoltan Forray
wledgecenter/SSGSG7/ > landing/welcome_ssgsg7.html > > Product Wiki: > https://www.ibm.com/developerworks/community/wikis/home/wiki/Tivoli% > 20Storage%20Manager > > "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> wrote on 2017-02-07 > 14:45:50: > > &g

Re: How to exclude bad Linux mountpoint

2017-02-07 Thread Andrew Raibeck
%20Manager "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> wrote on 2017-02-07 14:45:50: > From: Zoltan Forray <zfor...@vcu.edu> > To: ADSM-L@VM.MARIST.EDU > Date: 2017-02-07 14:46 > Subject: How to exclude bad Linux mountpoint > Sent by: "ADSM: Dist Stor Mana

Re: How to exclude bad Linux mountpoint

2017-02-07 Thread David Bronder
On 02/07/2017 01:45 PM, Zoltan Forray wrote: > Ever since a certain Dell update, a ghost mountpoint of /tmp/SECUPD is left > hanging after iDRAC/OpenManage updates. This is now causing heartburn for > TSM backups. > > I have tried pushing down via CLOPTSET to > > exclude.dir

How to exclude bad Linux mountpoint

2017-02-07 Thread Zoltan Forray
Ever since a certain Dell update, a ghost mountpoint of /tmp/SECUPD is left hanging after iDRAC/OpenManage updates. This is now causing heartburn for TSM backups. I have tried pushing down via CLOPTSET to exclude.dir /tmp/SECUPD exclude /tmp/SECUPD but neither work - TSM still tries to access

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-29 Thread Zoltan Forray
ort/knowledgecenter/SSGSG7/ > landing/welcome_ssgsg7.html > > Product Wiki: > https://www.ibm.com/developerworks/community/wikis/home/wiki/Tivoli% > 20Storage%20Manager > > "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> wrote on 2016-08-29 > 14:13:10: >

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-29 Thread Vandeventer, Harold [OITS]
Of Neil Strand Sent: Monday, August 29, 2016 1:51 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR Harold,    It sounds as if you need a multiplexed session solution.  You might want to check out dsmISI MAGS.  It is a utility that manages many

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-29 Thread Neil Strand
www.cassevern.com 6201 Chevy Chase Drive, Laurel, MD 20707 800.252.4715 ? 301.776.3400 ? Fax 301.776.3444 From: "Vandeventer, Harold [OITS]" <harold.vandeven...@ks.gov> To: ADSM-L@VM.MARIST.EDU Date: 08/26/2016 02:24 PM Subject:[ADSM-L] Fine tuning

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-29 Thread Andrew Raibeck
om: Zoltan Forray <zfor...@vcu.edu> > To: ADSM-L@VM.MARIST.EDU > Date: 2016-08-29 14:14 > Subject: Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR > Sent by: "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> > > On Mon, Aug 29, 2016 at 11:46 AM, Andrew Rai

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-29 Thread Zoltan Forray
On Mon, Aug 29, 2016 at 11:46 AM, Andrew Raibeck wrote: > 1. Schedule the incremental backup with OBJECTS="J:\IMAGENOW\SUBOB_OSM\*" > OPTIONS=-SUBDIR=YES > Andy, Your above comment got me thinking we aren't doing certain backups correctly. We have a large CIFS server with

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-29 Thread Andrew Raibeck
tive whose trickiness depends on the similarity of directory names is to use a series of EXCLUDE.DIR options that eventually exclude all directories whose name is not J:\IMAGENOW\SUBOB_OSM: * Exclude all file objects in the root of J: exclude j:\* * Exclude all directories that do not beg

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-29 Thread Loon, Eric van (ITOPT3) - KLM
Of Vandeventer, Harold [OITS] Sent: vrijdag 26 augustus 2016 20:22 To: ADSM-L@VM.MARIST.EDU Subject: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR One of my clients has a server running ImageNow. There are millions of files and several thousand folders that take over 24 hours for the daily

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-26 Thread Vandeventer, Harold [OITS]
MARIST.EDU] On Behalf Of Robert Talda Sent: Friday, August 26, 2016 1:40 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR Harold: For what is worth, been there, done this. Yes, adding the EXCLUDE.DIR statements will improve backup performanc

Re: Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-26 Thread Robert Talda
ure. > > The following dsm.opt statements are in place: > DOMAIN J: > EXCLUDE J:\...\* > INCLUDE J:\IMAGENOW\SUBOB_OSM\...\* > > That was successful in backing up only the files and subfolders/files in > SUBOB_OSM. But it also backed up thousands of directories on J:\.

Fine tuning INCLUDE/EXCLUDE and EXCLUDE.DIR

2016-08-26 Thread Vandeventer, Harold [OITS]
up. We worked out a setup for a new node in an effort to backup only a given path within the ImageNow structure. The following dsm.opt statements are in place: DOMAIN J: EXCLUDE J:\...\* INCLUDE J:\IMAGENOW\SUBOB_OSM\...\* That was successful in backing up only the files and subfolders/files

Exclude VM's from ops-center and TSM

2016-02-17 Thread Koen Willems
Hi Listers, What is the best way to exclude VM's from being backupped and the ops-center. In the dsm.opt file or in the backup schedule? Regards, Koen

Include and exclude for VMs

2015-12-16 Thread Hans Christian Riksheim
I am trying to understand how this works. I want to backup a VM called "abc_template" but want to exclude from backup any other VMs with the name abc. I tried DOMAIN.VMFULL vmhostcluster=X;vm=abc_template;-vm=abc* in the hope that the inclusion preceded the exclusion but that d

Re: Include and exclude for VMs

2015-12-16 Thread Hans Christian Riksheim
Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of > Hans Christian Riksheim > Sent: 16 December 2015 10:59 > To: ADSM-L@VM.MARIST.EDU > Subject: [ADSM-L] Include and exclude for VMs > > I am trying to understand how this works. I want to backup a VM called > "abc_templ

Re: Include and exclude for VMs

2015-12-16 Thread James Thorne
/com.ibm.itsm.client.doc/r_opt_vmenabletemplatebkup.html James. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Hans Christian Riksheim Sent: 16 December 2015 10:59 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Include and exclude for VMs I am trying to understand

Re: Include and exclude for VMs

2015-12-16 Thread Sven Seefeld
Hi, and please keep in mind, vm templates can only be backed up via VMVSTORTRANSPORT nbd That's why we had to build a dedicated datamover/scheduler combination to backup all templates :( Best regards, Sven

Re: Include and exclude for VMs

2015-12-16 Thread Hans Christian Riksheim
Hi, we can assume that the VM that should be included is just an ordinary VM. Manual backup of it works fine. It is the inclexcl rules I am wondering about. They obviously does not follow the same logic as the rules for file backups. Hans Chr. On Wed, Dec 16, 2015 at 2:05 PM, Sven Seefeld <

Re: Include and exclude for VMs

2015-12-16 Thread Sven Seefeld
Hi, we can assume that the VM that should be included is just an ordinary VM. Manual backup of it works fine. It is the inclexcl rules I am wondering about. They obviously does not follow the same logic as the rules for file backups. okay, sounded like the template never gets backed up.

Re: Include and exclude for VMs

2015-12-16 Thread David Ehresman
, December 16, 2015 7:44 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Include and exclude for VMs Hello. Do you have Vmenabletemplatebackups yes set in the options file? Available in 6.4 and 7.1: https://urldefense.proofpoint.com/v2/url?u=https-3A__www-2D01

Re: AW: How can I exclude files from dedupe processing?

2015-08-03 Thread Paul Zarnowski
: Montag, 3. August 2015 14:29 An: ADSM-L@VM.MARIST.EDU Betreff: Re: How can I exclude files from dedupe processing? Deduplication is an attribute of a a storage pool. If you have data you don't wish to de duplicate, you would need a separate storage pool. ..Paul (sent from my iPhone

Re: How can I exclude files from dedupe processing?

2015-08-03 Thread Dury, John C.
Unfortunately the final storage pool is the dedupe pool. Date:Sun, 2 Aug 2015 16:32:17 + From:Paul Zarnowski p...@cornell.edumailto:p...@cornell.edu Subject: Re: How can I exclude files from dedupe processing? Since the files are already using a separate management class, you

AW: How can I exclude files from dedupe processing?

2015-08-03 Thread Michael malitz
@VM.MARIST.EDU] Im Auftrag von Paul Zarnowski Gesendet: Montag, 3. August 2015 14:29 An: ADSM-L@VM.MARIST.EDU Betreff: Re: How can I exclude files from dedupe processing? Deduplication is an attribute of a a storage pool. If you have data you don't wish to de duplicate, you would need a separate

Re: How can I exclude files from dedupe processing?

2015-08-03 Thread Paul Zarnowski
storage pool is the dedupe pool. Date:Sun, 2 Aug 2015 16:32:17 + From:Paul Zarnowski p...@cornell.edumailto:p...@cornell.edumailto:p...@cornell.edu Subject: Re: How can I exclude files from dedupe processing? Since the files are already using a separate management class, you can

How can I exclude files from dedupe processing?

2015-08-02 Thread Dury, John C.
for dedupe processing. Is there any way to have them excluded from dedupe server processing ? I know I can exclude them from client dedupe processing which I am not doing on this client anyways. I have the SERVERDEDUPTXNLIMIT limit set to 200, but these rman dumps are smaller than 200g. I have our DBAs

Re: How can I exclude files from dedupe processing?

2015-08-02 Thread Paul Zarnowski
processing. Is there any way to have them excluded from dedupe server processing ? I know I can exclude them from client dedupe processing which I am not doing on this client anyways. I have the SERVERDEDUPTXNLIMIT limit set to 200, but these rman dumps are smaller than 200g. I have our DBAs

Client option set include/exclude syntax

2015-03-13 Thread Steven Harris
Hi all I have a syntax issue. Getting errors about an invalid option in a client option set. Client is 7.1.02 on windows 2012. It happens on Win2008 as well Offending line in the cloptset is inclexcl include.systemstate * FP_SYSST_100D FP_SYSST_100D is a valid management class in this

Re: Client option set include/exclude syntax

2015-03-13 Thread Andrew Raibeck
://www.ibm.com/developerworks/community/wikis/home/wiki/Tivoli%20Storage%20Manager ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU wrote on 2015-03-13 07:20:32: From: Steven Harris st...@stevenharris.info To: ADSM-L@VM.MARIST.EDU Date: 2015-03-13 07:22 Subject: Client option set include/exclude syntax

Re: TSM for VE 7.1.1.1 exclude vm question

2015-02-26 Thread Schaub, Steve
: Tuesday, February 24, 2015 11:45 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] TSM for VE 7.1.1.1 exclude vm question Here's an excerpt from my datamover's opt file. We use a single opt file and put all our excludes in it, but I would like to hear how other people do it, too. ...snip

Re: TSM for VE 7.1.1.1 exclude vm question

2015-02-26 Thread Prather, Wanda
You are correct. With TSM/VE, you can only exclude at the hdisk level, or the VM level. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Schaub, Steve Sent: Thursday, February 26, 2015 10:27 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] TSM

TSM for VE 7.1.1.1 exclude vm question

2015-02-24 Thread Schaub, Steve
New to VE, looked through the docs and still unsure if this is supported: Can I use a Client Option Set to centralize all the specific excludes of VM's, or am I limited to putting them in each Datamover's opt files? If yes, can someone send me a working example? Thanks, Steve Schaub Systems

Re: TSM for VE 7.1.1.1 exclude vm question

2015-02-24 Thread Ryder, Michael S
\Enterprise 10\FileStore\Output EXCLUDE.DIR \\*\*$\...\SplunkUniversalForwarder EXCLUDE.DIR \\server2\e$ EXCLUDE \\*\*$\...\hiberfil.sys EXCLUDE \\*\*$\...\pagefil.sys ...snip... Best regards, Mike Ryder, x7942 RMD IT Client Services On Tue, Feb 24, 2015 at 11:04 AM, Schaub, Steve steve_sch...@bcbst.com

Re: TSM for VE 7.1.1.1 exclude vm question

2015-02-24 Thread David Ehresman
Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Schaub, Steve Sent: Tuesday, February 24, 2015 11:05 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] TSM for VE 7.1.1.1 exclude vm question New to VE, looked through the docs and still unsure if this is supported: Can I use a Client Option Set

Re: Duplicate include/exclude option error

2015-02-06 Thread Prather, Wanda
Systems Division -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Kinder, Kevin P Sent: Friday, February 06, 2015 2:10 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Duplicate include/exclude option error TSM Client 6.3.2.2 Windows Server 2003 R2

Re: Duplicate include/exclude option error

2015-02-06 Thread Francisco Javier
If I can remember well, try with, regardless the path: exclude.backup *:\...\*.mdf exclude.backup *:\...\*.ldf exclude.backup *:\...\*.ndf 2015-02-06 13:09 GMT-06:00 Kinder, Kevin P kevin.p.kin...@wv.gov: TSM Client 6.3.2.2 Windows Server 2003 R2 64bit I have the following include\exclude

Re: Duplicate include/exclude option error

2015-02-06 Thread Sims, Richard B
When debugging include-exclude specs, don’t look first at your client options file: do ‘dsmc q inclexcl’, which will both evaluate the specs and look for server-side contributors and intrinsic OS contributors - which may have interactions with what you coded on the client. And always issue

Re: Duplicate include/exclude option error

2015-02-06 Thread Prather, Wanda
To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Duplicate include/exclude option error Thanks again Wanda. That will be my next step. As a bit of background, this was all part of a process to move from our TSM installation on z/OS to a new one on an AIX server. Hated to do that, but since IBM dropped

Re: Duplicate include/exclude option error

2015-02-06 Thread Andrew Raibeck
Date: 2015-02-06 14:11 Subject: Duplicate include/exclude option error Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU TSM Client 6.3.2.2 Windows Server 2003 R2 64bit I have the following include\exclude statements: EXCLUDE E:\Interfaces\NLXjobs\WV_NLXjobs.xml EXCLUDE E:\Microsoft

Duplicate include/exclude option error

2015-02-06 Thread Kinder, Kevin P
TSM Client 6.3.2.2 Windows Server 2003 R2 64bit I have the following include\exclude statements: EXCLUDE E:\Interfaces\NLXjobs\WV_NLXjobs.xml EXCLUDE E:\Microsoft SQL Server\MSSQL.1\MSSQL\Data\*.mdf EXCLUDE E:\Microsoft SQL Server\MSSQL.1\MSSQL\Data\*.ldf EXCLUDE E:\Microsoft SQL Server\MSSQL.1

Re: Duplicate include/exclude option error

2015-02-06 Thread Kinder, Kevin P
include/exclude option error Perhaps someone put these into a client option set? Q NODE nodename F=D Look for optionset: If it's non=blank, then you need to investigate the contents of the optionset, that's where your conflict is coming from. If that is not revealing, from the client machine

Re: Duplicate include/exclude option error

2015-02-06 Thread Prather, Wanda
-Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Kinder, Kevin P Sent: Friday, February 06, 2015 3:22 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Duplicate include/exclude option error Thanks for the reply Wanda. We don't use option sets

Re: Duplicate include/exclude option error

2015-02-06 Thread Kinder, Kevin P
-Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Prather, Wanda Sent: Friday, February 06, 2015 3:30 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Duplicate include/exclude option error Oh, that is weird. If they only show up once in q

Re: include \ exclude

2014-06-13 Thread Tim Brown
\Folder1\Webfiles_Backip [Sent] Dsm.opt Exclude D:\USR1\Folder1\...\*.* Exclude D:\USR1\Folder1\...\* Include D:\USR1\Folder1\Folder2\Folder3\Folder4\...\*.* Include D:\USR1\Folder1\Folder2\Folder3\Folder4\...\* Tim -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L

Re: include \ exclude

2014-06-12 Thread Stackwick, Stephen
INTERNATIONAL | 7125 Thomas Edison Dr, Suite 100, Columbia, Md 21046 | 443-718-4900 (o) -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Tim Brown Sent: Wednesday, June 11, 2014 15:05 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] include \ exclude

include \ exclude

2014-06-11 Thread Tim Brown
Attempting to include just one subfolder within a folder that I want to exclude. Cant seem to come up with right combination. Is the 2nd overriding the first? Include D:\USR1\Folder1\Folder2\Folder3\Folder4\...\*.* Exclude D:\USR1\Folder1\...\*.* Thanks, Tim

Re: include \ exclude

2014-06-11 Thread Lee, Gary
Reverse the order. Includes and excludes are processed bottom up. -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Tim Brown Sent: Wednesday, June 11, 2014 3:05 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] include \ exclude Attempting

Re: include \ exclude

2014-06-11 Thread Ron Delaware
the Exclude D:\USR1\Folder1\...\*.* before your include, will cause TSM not to process your include. Best Regards, _ Ronald C. Delaware IBM Level 2 - IT Plus Certified Specialist – Expert IBM Corporation | Tivoli Software IBM Certified Solutions

dhcp exclude

2014-04-21 Thread Jeanne Bruno
Hello. TSM v6.3. Does anyone know why dhcp is a default when a new dsm.opt is being created when TSM software newly installed? EXCLUDE.BACKUP *:\...\system32\dhcp\...\* INCLUDE.BACKUP *:\...\system32\dhcp\backup\...\* I realize I can pick and choose what I want as my excludes, but I just

Re: dhcp exclude

2014-04-21 Thread Francisco Parrilla
maybe temporary files 2014-04-21 12:21 GMT-05:00 Jeanne Bruno jbr...@cenhud.com: Hello. TSM v6.3. Does anyone know why dhcp is a default when a new dsm.opt is being created when TSM software newly installed? EXCLUDE.BACKUP *:\...\system32\dhcp\...\* INCLUDE.BACKUP

Include/exclude confusion

2014-01-03 Thread Tom Taylor
Hello, I want to understand something and what I read online is confusing. On a specific machine I want to back up a folder on F: but nothing else currently under the backup tab of the GUI i do NOT have F: selected, then under include/exclude I have INCLUDE F:\foldername STANDARD

Re: domain.vmfull syntax for vm exclude

2013-11-29 Thread Stackwick, Stephen
syntax for vm exclude Hi Stephen, have you tried to add the option without quotes, like domain.vmfull - vm=VM1,VM2, VM with space ? Mit freundlichen Grüßen / best regards Stefan Bender From: Stackwick, Stephen stephen.stackw...@icfi.com To: ADSM-L

domain.vmfull syntax for vm exclude

2013-11-28 Thread Stackwick, Stephen
OK, this seems simple, so please call me an idjit if you point me to the documentation. I'm trying to exclude a VM that has a space in its name, and I'll be darned if I can make it work: -VM=VM1,VM2,VM with space Excludes VM1 and VM2 but not the VM with spaces in its name. -VM=VM1,VM2,'VM

Re: domain.vmfull syntax for vm exclude

2013-11-28 Thread Stefan Bender
Subject:[ADSM-L] domain.vmfull syntax for vm exclude Sent by:ADSM: Dist Stor Manager ADSM-L@vm.marist.edu OK, this seems simple, so please call me an idjit if you point me to the documentation. I'm trying to exclude a VM that has a space in its name, and I'll be darned if I can

Re: Exclude client disk and TSM stgpools in performance testing

2013-11-17 Thread Stefan Folkerts
the TSM client-server infrastructure to test performance but exclude from the equation any disk bottlenecks on both ends. Like dsmc sel virtualfile size=30G on the client where virtualfile is something the BA client itself generates on the fly. It could be just zeroes or maybe even better

Exclude client disk and TSM stgpools in performance testing

2013-11-14 Thread Hans Christian Riksheim
Hi! When we have performance problems with backups there is always a lot of finger pointing. Disk/network/TSM is to blame dependant on which group you belong to. What I would like to do is to use the TSM client-server infrastructure to test performance but exclude from the equation any disk

exclude vms from vmbackup with esx 4

2013-05-09 Thread TSM
Hello, in my environment the parameter domain.vmfull xxx -VM=vm1,vm2 does not work (dsm.opt) esx servers are on level 4. with best regards stefan savoric

TSM for VMware: Exclude of SRM Placeholders

2013-04-19 Thread Maurice van 't Loo
Friends, VMware version 5.1 with SRM 5.1 (build 941848) TSM Server 6.3.1.8 TSM for VMware 6.4.0.1 We have a twin-center VMware environment with SRM, where we have SRM Placeholders in the other location. On both locations TSM for VMware is used to backup ALL VM’s, except the ones we exclude

include/exclude pattern matching *.* vs *

2013-04-18 Thread Zoltan Forray
Is there a real difference in an INCLUDE statement using \*.* vs \* ? We are troubleshooting a backup problem (nothing is being backed up) and the OBJECTS option on the schedule says INCLUDE \\server\folder\*.* Is there a really good definitive document that picks through all these kinds of

Re: include/exclude pattern matching *.* vs *

2013-04-18 Thread Andrew Raibeck
/Tivoli +Storage+Manager/page/Home ADSM: Dist Stor Manager ADSM-L@vm.marist.edu wrote on 2013-04-18 10:34:30: From: Zoltan Forray zfor...@vcu.edu To: ADSM-L@vm.marist.edu, Date: 2013-04-18 10:39 Subject: include/exclude pattern matching *.* vs * Sent by: ADSM: Dist Stor Manager ADSM-L

Re: include/exclude pattern matching *.* vs *

2013-04-18 Thread Zoltan Forray
Andy, Thanks for the reply - Kinda what I figured. So, the net result would be to EXCLUDE everything that doesn't have a DOT/. in the name, like directories, and pretty much everything since these are Windows CIFS shares! On Thu, Apr 18, 2013 at 10:44 AM, Andrew Raibeck stor...@us.ibm.com wrote

Re: include/exclude pattern matching *.* vs *

2013-04-18 Thread Ron Delaware
phone) email: ron.delaw...@us.ibm.com Storage Services Offerings From: Zoltan Forray zfor...@vcu.edu To: ADSM-L@vm.marist.edu Date: 04/18/2013 09:42 AM Subject:[ADSM-L] include/exclude pattern matching *.* vs * Sent by:ADSM: Dist Stor Manager ADSM-L@vm.marist.edu

Re: include/exclude pattern matching *.* vs *

2013-04-18 Thread Zoltan Forray
-457-9221 (cell phone) email: ron.delaw...@us.ibm.com Storage Services Offerings From: Zoltan Forray zfor...@vcu.edu To: ADSM-L@vm.marist.edu Date: 04/18/2013 09:42 AM Subject:[ADSM-L] include/exclude pattern matching *.* vs * Sent by:ADSM: Dist Stor Manager ADSM-L

Re: include/exclude pattern matching *.* vs *

2013-04-18 Thread Zoltan Forray
+Storage+Manager/page/Home ADSM: Dist Stor Manager ADSM-L@vm.marist.edu wrote on 2013-04-18 10:34:30: From: Zoltan Forray zfor...@vcu.edu To: ADSM-L@vm.marist.edu, Date: 2013-04-18 10:39 Subject: include/exclude pattern matching *.* vs * Sent by: ADSM: Dist Stor Manager ADSM-L

Re: include/exclude pattern matching *.* vs *

2013-04-18 Thread Andrew Raibeck
\...\* mymgmtclass (b) You have an EXCLUDE * statement at the very top of your include/exclude list, which would cause all files not already included to be excluded. For example: * This EXCLUDE at the top of the list causes files not included to be excluded exclude * * The follwing

Re: include/exclude pattern matching *.* vs *

2013-04-18 Thread Zoltan Forray
-compression=yes -compressalways=no Where the INCLUDE option comes in to play is if: (a) You want these files bound to a specific management class. In such a case, you would put an INCLUDE statement in the dsm.opt file like this: include \\server\folder\...\* mymgmtclass (b) You have an EXCLUDE

Re: include/exclude pattern matching *.* vs *

2013-04-18 Thread Andrew Raibeck
Does the OBJECTS of the schedule override client side INCLUDEs? Based on what you've provided, the question has no real meaning, as there is nothing to override. It doesn't matter. The INCLUDE is moot. Now if you were asking whether OBJECTS overrides an EXCLUDE statement, the answer

Re: Exclude excludes too much

2013-04-02 Thread Jens Bürger
Changing the DOMAIN-statement to DOMAIN / /var fixed the problem. thank you for your help!

Exclude excludes too much

2013-03-27 Thread Jens Bürger
Hello everyone, what I am trying to do is a rather simple task - I thought. I just want to backup a whole Linux-system with TSM. So I want to exclude all system-specific dirs and the TSM logs (because otherwise there will be an error because TSM writes to the files while backing them up) from

Re: Exclude excludes too much

2013-03-27 Thread Meunier, Yann
EXCLUDE.DIR /dev EXCLUDE.DIR /tmp EXCLUDE /var/log/tsm/schedule.log EXCLUDE /var/log/tsm/error.log By default, the /var must should be saved and only the tsm logs will be excluded (+ exclude.dir) If many files are open, I encourage you to use a management class

Re: -snapdiff incremental backups on Windows and include/exclude

2012-12-06 Thread Grant Street
Just be careful when you mix snapdiff and include/exclude. Just to state the obvious The include/exclude only operates on the changed files so it is suggested should you change the the include/exclude you need to run a backup using createnewbase=yes. for the following example file ABC.txt

Re: -snapdiff incremental backups on Windows and include/exclude

2012-12-05 Thread Prather, Wanda
Thanks very much! -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Clark, Margaret Sent: Tuesday, December 04, 2012 3:15 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] -snapdiff incremental backups on Windows and include/exclude We run

Re: -snapdiff incremental backups on Windows and include/exclude

2012-12-04 Thread Clark, Margaret
We run snapdiff backups using 6.2.4 client, 6.2.3.1 server, Ontap 7.3.3, and exclude and exclude.dir work as expected. - Margaret -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Prather, Wanda Sent: Monday, December 03, 2012 10:38 PM To: ADSM

  1   2   3   4   5   6   7   8   9   >