Re: Exclude client disk and TSM stgpools in performance testing

2013-11-17 Thread Stefan Folkerts
I used ramdisks before for this kind of stuff, TSM doesn't mind it, at least on AIX it doesn't. >From my experience TSM is never really bothered by the underlying stuff when it comes to diskpool writes. Be sure to tune down TSM v6 memory % before using large ramdisks to not let the OS run out of me

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!

Re: Exclude excludes too much

2013-03-27 Thread Meunier, Yann
Hi, I suggest you make the following changes: PASSWORDACCESS GENERATE SCHEDLOGNAME/var/log/tsm/schedule.log Schedlogretention 30 d ERRORLOGNAME/var/log/tsm/error.log Errorlogretention 30 d DOMAIN ALL-LOCAL EXCLUDE.DIR /proc EXCLUDE.DIR /sys EXCLUDE.D

Re: exclude not working

2012-07-10 Thread Richard Sims
Gary - Might this be a case where the backups are being run by a 'dsmc schedule' (rather than CAD) and the exclusions were added to the inclexcl.list file during the life of that scheduler process: if so, the process needs to be restarted to reabsorb all its governing parameters. Richard Sim

Re: Exclude backup of USB drive on Windows?

2011-06-27 Thread Huebner,Andy,FORT WORTH,IT
I have never noticed that before. New day, new thing. Windows is making the distinction based on the partition type of the volume. There will not be a registry trick for this one. You can see the disk type in DiskPart which would allow scripting. It would be a complex script. DISKPART> select

Re: Exclude backup of USB drive on Windows?

2011-06-25 Thread Erwann SIMON
David, Andu, AFAIK, an USB key is seen a "removable storage" whereas an USB disk is seen as a "fixed local disk" on Windows systems. That's the reason why USB keys are NOT backed up and USB drives are backed up when an incremental on an ALL-LOCAL domain is run. Maybe is there a Windows regis

Re: Exclude backup of USB drive on Windows?

2011-06-23 Thread Huebner,Andy,FORT WORTH,IT
What OS and what agent version? Win7 with agent 6.1.3.2 does not backup the USB key that I plugged in unless I add the drive letter to the domain all-local statement. Andy Huebner -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of David Longo Se

Re: Exclude DB2 folders from TSM server backup?

2009-10-07 Thread Skylar Thompson
That's correct. You should exclude all other TSM disk volumes too, like the recovery log and storage pool volumes. TSM List Server Mailbox wrote: Hello... should the TSM client on my TSM server be instructed to exclude the various folders used by the DB2 database? Such as C:\TSMData\DB001\...\*

Re: Exclude Files From Restore?

2009-01-27 Thread Wanda Prather
If I had the luxury of knowing that filename, I would DELETE it out of the backup store by doing a DELETE BACKUP as the client. Because I'm sure that even if I tattooed it on someone else's forehead, 3 months from now after the problem has supposedly subsided, it would probably be ME that stepped

Re: Exclude Files From Restore?

2009-01-27 Thread Andrew Raibeck
Robben, You can use the EXCLUDE.RESTORE option (undocumented), which was intended for just such a case. A client option set is the ideal spot: DEFINE CLIENTOPT optsetname INCLEXCL "EXCLUDE.RESTORE naughty.file.name" Note that this option is undocumented at this time, but it should do the trick

Re: Exclude Files From Restore?

2009-01-27 Thread Huebschman, George J.
You spend a lot of time at Renfaire don't you sire. -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Robben Leaf Sent: Tuesday, January 27, 2009 5:21 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Exclude Files From Restore? Greetings, In our env

Re: Exclude syntax

2007-11-09 Thread Bell, Charles (Chip)
Dang! I do need to retain those files. Are there any other ideas? I can try 'memoryefficient yes' in the opt file. I'm on version 5.3.4.3 on this particular client. When did the DISKCACHEMETHOD option come into effect? Just so you know, I also made some memory usage changes in the registry on the

Re: Exclude syntax

2007-11-09 Thread Andrew Raibeck
> Should there be a close brace/bracket at the end? No, it's just one of the bad things that happens when I try to multitask. :-) I can barely walk and chew gum at the same time... The concern expressed by John Underdown, though, is valid. If you need the existing backups, excluding them will del

Re: Exclude syntax

2007-11-09 Thread Bell, Charles (Chip)
Should there be a close brace/bracket at the end? -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Raibeck Sent: Friday, November 09, 2007 1:34 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Exclude syntax Whooops, got a little carried away

Re: Exclude syntax

2007-11-09 Thread Bell, Charles (Chip)
I tried to implement journaling, but it never could get through an incremental backup because of memory issues. Because that one directory had 8 million+ files in it, I had to narrow down which ones had already backed up, and go from there. -Original Message- From: ADSM: Dist Stor Manager

Re: Exclude syntax

2007-11-09 Thread Bell, Charles (Chip)
Well, the directories are showing up in increments of 1000, so I do not think I would see a "0889" directory in this case. However, HOLY COW! Your other suggestion looks like a winner, but is this right for your last line? It doesn't look right... exclude.dir e:\FileboundImages\08947000]??? -

Re: Exclude syntax

2007-11-09 Thread Andrew Raibeck
Whooops, got a little carried away on the last exclude, which should not have '?' at the end. So the corrected version is: >exclude.dir e:\FileboundImages\0[0-7]?? >exclude.dir e:\FileboundImages\08[0-8]? >exclude.dir e:\FileboundImages\089[0-3] >exclude.dir e:\Fileboun

Re: Exclude syntax

2007-11-09 Thread John Underdown
Chip, i believe excluding the directories will delete them from TSM. is that the intent or do you want to use journaling instead? john >>> "Bell, Charles (Chip)" <[EMAIL PROTECTED]> 11/09/07 12:29 PM >>> I know that the below syntax is incorrect, because I previewed it, but I can't seem to fi

Re: Exclude syntax

2007-11-09 Thread Bell, Charles (Chip)
Thanks, I'll try it. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sims Sent: Friday, November 09, 2007 12:46 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Exclude syntax On Nov 9, 2007, at 12:29 PM, Bell, Charles (Chip) wrote: > Excl

Re: Exclude syntax

2007-11-09 Thread Andrew Raibeck
Hmm > Exclude.Dir "e:\FileboundImages\08947000 > Exclude.Dir "e:\FileboundImages\0[0-8][0-9][0-4][0-6][0-9][0-9][0-9] If indeed the dirs are numerical, then it does not cover a dir like: e:\FileboundImages\0889 which should be excluded. How about this? exclude.dir e:\FileboundIm

Re: Exclude syntax

2007-11-09 Thread Richard Sims
On Nov 9, 2007, at 12:29 PM, Bell, Charles (Chip) wrote: Exclude.Backup "e:\FileboundImages\0[000-8947000]\*" Chip - Presuming that incorrect form suggests a large range of directories having numerical names, I think you want: Exclude.Dir "e:\FileboundImages\08947000 Exclude.Dir "e:\Fil

Re: Exclude syntax

2007-11-09 Thread Wanda Prather
Well, ignoring the syntax issue for a moment, exclude.backup won't keep the client from re-scanning the directories. Exclude.backup excludes FILES, not directories; TSM will still scan each of the subdirectories and try to match each filename it finds against the EXCLUDE. To keep TSM from scannin

Re: Exclude VSS Writer services from backup?

2007-09-28 Thread Rick Harderwijk
Hi, I ran the show systemservices and they do show up. I still do not know if it is safe to exclude these system services on my W2k3R2-EE server. BTW the client is at 5.3.2.0 level. Regards, Rick On 9/20/07, Joanne T Nguyen <[EMAIL PROTECTED]> wrote: > > Hi Rick, > > There is undocumented co

Re: Exclude VSS Writer services from backup?

2007-09-20 Thread Joanne T Nguyen
Hi Rick, There is undocumented command called "show systemservices" that will show all the services on the system. The output will look like this tsm> show systemservices stat rc system object (sub command) --- OK WMI Database (WMI) OK Event Log (EVENTL

Re: Exclude VSS Writer services from backup?

2007-09-20 Thread Richard Sims
On Sep 20, 2007, at 7:42 AM, Rick Harderwijk wrote: Hi, Our TSM clients on SharePoint servers try to do a backup of these services: SYSTEM SERVICES\SPSEARCH VSS WRITER SYSTEM SERVICES\OSEARCH VSS WRITER I tried to exclude these items in the dsm.opt file this way: EXCLUDE.SYSTEMSERVICE "OSEAR

Re: exclude error\ PrivIncrFileSpace: Received rc=104 from fioGetDirEntries

2007-04-17 Thread Richard Sims
On Apr 17, 2007, at 4:05 PM, Gary Osullivan wrote: hi Has anyone seen this error message when running incremental backups on netware6.5 , TSM client 5.3.0.0 "PrivIncrFileSpace: Received rc=104 from fioGetDirEntries: SYS: / LTAUDIT" Supposedly: This is Novell NKS return value NX_EN

Re: Exclude not working on TDP for SQL

2006-02-24 Thread Del Hoobler
Chip, The requirement to which you refer has not been placed into any released code yet. Thanks, Del Del Hoobler Tivoli Storage Manager Development IBM Corporation "ADSM: Dist Stor Manager" wrote on 02/24/2006 01:31:50 PM: > This topic

Re: exclude netware volume

2006-01-19 Thread Richard Sims
On Jan 19, 2006, at 2:37 PM, Gary Osullivan wrote: Question: Does TSM still perform the task of scanning the whole volume even if I have entered an EXCLUDE at the very bottom of my dsmp.opt file ? tsm server 5.1.6 netware 6.sp5 client (tsm5.1.6) What kind of Exclude? EXCLUDE.DIR (processed ah

Re: exclude netware volume

2006-01-19 Thread Troy Frank
If you're doing an actual EXCLUDE statement, then yes, the volume is getting scanned anyway. If you want to stop a whole volume from getting scanned, just remove it from the DOMAIN statement. >>> [EMAIL PROTECTED] 1/19/2006 1:37:23 PM >>> hi All Question: Does TSM still perform the task of sca

Re: exclude directory structure

2005-11-25 Thread Sandra
In fact what matters most here is that i have been backing up another server which has more than 20 GB of available space on C drive and upon snapshotcache of D on C, causes the system to hang until hard booted. Q1- Why this snapshot is of so big size? Q2- Keeping the nodename same, how can i sche

Re: exclude directory structure

2005-11-25 Thread Farren Minns
OK, to all Regarding the move to unicode file spaces. Is this something that people are doing (have done), as a matter of course or just if the need arises. For me this is the first time I have come across the problem of some files not backing up correctly and I'm a little loath to now be faced wi

Re: exclude directory structure

2005-11-25 Thread Richard Sims
I see...you are attempting a compensation for the snapshot requirements issue. I would recommend stepping back and looking at the big picture, afresh: avoid "digging a deeper hole" in this scenario. In particular, a modern computer which has less than 5 GB of available disk space is ridiculously

Re: exclude directory structure

2005-11-25 Thread Sandra
Dear richard, I m alittle confused. I will create a .bat file which will take incremental backup of 1 drive: dsmc -optfile=dsm.opt incremental -filesonly and the other .bat file would backup D drive: dsmc -optfile=dsm-d.opt incremental -filesonly I m doing this because i have less amount of HDD

Re: exclude directory structure

2005-11-25 Thread Richard Sims
On Nov 24, 2005, at 11:55 PM, Sandra wrote: ... How can I prevent directory structure to be backed up while at the same time i want to do incremental backup using schedule ! There is a FILESOnly client option; but thoroughly consider the ramifications of its use before doing so. I would be loa

Re: Exclude of systemstate

2005-08-04 Thread Henrik Wahlstedt
Ok, thanks Andy. //Henrik -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Raibeck Sent: 4. august 2005 17:05 To: ADSM-L@VM.MARIST.EDU Subject: Re: Exclude of systemstate What you are asking for cannot be done. The system state is comprised

Re: Exclude of systemstate

2005-08-04 Thread Andrew Raibeck
What you are asking for cannot be done. The system state is comprised of several components, including system files, registry, COM+ database, certificate server database, active directory, and sysvol. Backup of system state is an "all or nothing" proposition. You cannot omit portions of system stat

Re: Exclude did not work

2005-07-07 Thread Bos, Karel
Hi, EXCLUDE.DIR *:\RESTORE To leave all of it or EXCLUDE *:\RESTORE\...\* To get the dir info, but not the files Regards, Karel -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Hughes Sent: donderdag 7 juli 2005 16:34 To: ADSM-L@VM.MARIST.ED

Re: Exclude statement

2005-06-27 Thread TSM_User
ECTED]> Sent by: "ADSM: Dist Stor Manager" 06/27/2005 03:07 PM Please respond to "ADSM: Dist Stor Manager" To:ADSM-L@VM.MARIST.EDU cc: Subject:Re: Exclude statement Well yes, EXCLUDE "*:\...\Local Settings\Temp\...\*"

Re: Exclude statement - fixed

2005-06-27 Thread Larry Peifer
spond to "ADSM: Dist Stor Manager" To:ADSM-L@VM.MARIST.EDU cc: Subject:Re: Exclude statement Well yes, EXCLUDE "*:\...\Local Settings\Temp\...\*" was my first choice also but it isn't working any other ideas? "Bos, Karel&quo

Re: Exclude statement

2005-06-27 Thread Shannon Bach
ment Systems [EMAIL PROTECTED] Office 608-252-7260 Larry Peifer <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" 06/27/2005 03:07 PM Please respond to "ADSM: Dist Stor Manager"                 To:        ADSM-L@VM.MARIST.EDU         cc:                 Sub

Re: Exclude statement

2005-06-27 Thread Larry Peifer
Well yes, EXCLUDE "*:\...\Local Settings\Temp\...\*" was my first choice also but it isn't working any other ideas? "Bos, Karel" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" 06/27/2005 09:30 AM Please respond to "ADSM: Dist Stor Manager" To ADSM-L@VM.MARIST.EDU cc Subject R

Re: Exclude statement

2005-06-27 Thread Bos, Karel
Hi, Just add EXCLUDE "*:\...\Local Settings\Temp\...\*" Regards, Karel -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Larry Peifer Sent: maandag 27 juni 2005 18:13 To: ADSM-L@VM.MARIST.EDU Subject: Exclude statement The following files are fail

Re: exclude issue

2005-05-13 Thread Svetoslav Tolev
Hi, Please include full include/exclude list (from opt file and client option set) I'm not sure that you can use [a-z] for drive letter try * instead (if it possible). Svetoslav Tim Brown <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" 13.05.2005 17:52 Please respond to "ADSM: Dis

Re: exclude issue

2005-05-13 Thread Stapleton, Mark
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Tim Brown >I have this exclude in my option file but >the .ds and .jou are still being backeup up. > >Exclude [c-df]:\...\*.ds >Exclude [c-df]:\...\*.jou Try blowing out the drive descriptions: exclude c:\...\*.ds exclude d:\..

Re: exclude ASR

2005-02-22 Thread Rushforth, Tim
I believe exclude.systemobject is used to exclude individual system objects. Eg: exlcude.systemobject sysfiles -Original Message- From: Otto Schakenbos [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 1:58 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: exclude ASR I will try that

Re: exclude ASR

2005-02-22 Thread Otto Schakenbos
5 1:34 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: exclude ASR We are currently implementing a "backup your laptop" service. One of our goals is that the user must be able to do everything them selfs and that we (the admins) have as less work as possible. Another goal is that it must work over

Re: exclude ASR

2005-02-22 Thread Otto Schakenbos
2005 1:34 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: exclude ASR We are currently implementing a "backup your laptop" service. One of our goals is that the user must be able to do everything them selfs and that we (the admins) have as less work as possible. Another goal is that it

Re: exclude ASR

2005-02-21 Thread Rushforth, Tim
" tsm only backups what is in the domain statement. -Original Message- From: Otto Schakenbos [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 1:34 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: exclude ASR We are currently implementing a "backup your laptop" service. One

Re: exclude ASR

2005-02-21 Thread Otto Schakenbos
We are currently implementing a "backup your laptop" service. One of our goals is that the user must be able to do everything them selfs and that we (the admins) have as less work as possible. Another goal is that it must work over slow connections since most of these users are travelling and usua

Re: exclude ASR

2005-02-21 Thread Prather, Wanda
Yes, it's VERY TINY. Has it caused you problems? -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Stapleton, Mark Sent: Monday, February 21, 2005 11:56 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: exclude ASR I guess my first question is

Re: exclude ASR

2005-02-21 Thread Stapleton, Mark
I guess my first question is: why? -- Mark Stapleton ([EMAIL PROTECTED]) Berbee Information Networks Office 262.521.5627 >-Original Message- >From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On >Behalf Of Otto Schakenbos >Sent: Friday, February 18, 2005 3:25 AM >To: ADSM-L@VM.MA

Re: exclude vs. exclude.backup

2005-02-11 Thread Paul Fielding
> object from all TSM operations, the product unfortunately departs from > obviousness here, requiring the .archive > qualifier to exclude from archiving as well, as has been consistently > explained in the client manuals. While the manuals do state that Exclude will exclude files from backup, and

Re: exclude vs. exclude.backup

2005-02-11 Thread Richard Sims
On Feb 11, 2005, at 7:27 AM, Paul Fielding wrote: ...My belief has always been that exclude would exclude both backups and archives, which would negate the need to exclude the same filespec with both exclude.backup and exclude.archive. ... While an unqualified Exclude should intuitively exclude a f

Re: exclude vs. exclude.backup

2005-02-11 Thread Paul Fielding
Ok, I just tested, and indeed the exclude statement by itself does not exclude archives, forcing an exclude.archive will exclude them. I'm surprised - I've made a poor assumption over the years. I wonder if anyone else has been caught by that one? regards, Paul Quoting [EMAIL PROTECTED]:

Re: exclude/include simple question ...

2004-12-10 Thread Andrew Raibeck
An empty directory should not cause an rc 8 during archive: What output are you seeing? In this example, c:\x\y is a directory structure that is empty. C:\Program Files\Tivoli\tsm\baclient>dsmc archive c:\x\y\ -su=y IBM Tivoli Storage Manager Command Line Backup/Archive Client Interface - Version

Re: exclude/include simple question ...

2004-12-10 Thread Richard Sims
On Dec 10, 2004, at 5:56 AM, goc wrote: ...i cannot put directive /directory/*.ext to archive files via extension name coz there are a lot of them so "expression list to big" error rise up, ... Because you are having the Linux shell expand the wildcard. Let TSM do it: put your filespec in quotes.

Re: Exclude not working

2004-06-01 Thread Richard Sims
>I would like to make incremental backups of a directory called /backup of >a Linux box and ignore all the other directories. ... The simplest method is via command line: dsmc i -subdir=yes '/backup/*' Alternately, add to your options file: VIRTUALMountpoint /backup if it's acceptable to treat t

Re: exclude/include in linux

2004-04-21 Thread CORP Rick Willmore
um... same way? R. -Original Message- From: jianyu he [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: Re: exclude/include in linux Hi, Rick: Thanks. This is include, how do you choose exlude? CORP Rick Willmore <[EMAIL PROTEC

Re: exclude/include in linux

2004-04-21 Thread jianyu he
Hi, Rick: Thanks. This is include, how do you choose exlude? CORP Rick Willmore <[EMAIL PROTECTED]> wrote: dsm.sys inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.file [EMAIL PROTECTED] bin]# cat /opt/tivoli/tsm/client/ba/bin/inclexcl.file include /ora/u03/oradata/WEBDEV/.../* DAILYORAMC includ

Re: exclude/include in linux

2004-04-21 Thread CORP Rick Willmore
dsm.sys inclexcl /opt/tivoli/tsm/client/ba/bin/inclexcl.file [EMAIL PROTECTED] bin]# cat /opt/tivoli/tsm/client/ba/bin/inclexcl.file include /ora/u03/oradata/WEBDEV/.../* DAILYORAMC include /ora/u03/oradata/SOSDEV/.../* DAILYORAMC include /ora/u03/oradata/HYPERION/.../* DAILYORAMC R. -Origi

Re: Exclude on AIX (part 2)

2004-04-21 Thread Loon, E.J. van - SPLXM
Subject: Re: Exclude on AIX (part 2) On Wednesday 21 April 2004 15:34, Loon, E.J. van - SPLXM wrote: > Hi *SM-ers! > Ok, I understand that include.fs is not available on AIX, so that will make > things more difficult. > Let me first explain what our AIX guys try to accomplish, maybe we

Re: Exclude on AIX (part 2)

2004-04-21 Thread Steven Pemberton
On Wednesday 21 April 2004 15:34, Loon, E.J. van - SPLXM wrote: > Hi *SM-ers! > Ok, I understand that include.fs is not available on AIX, so that will make > things more difficult. > Let me first explain what our AIX guys try to accomplish, maybe we are > trying to re-invent the wheel. > We are try

Re: Exclude on AIX (part 2)

2004-04-21 Thread Loon, E.J. van - SPLXM
his? Thank you very much for your reply in advance! Kindest regards, Eric van Loon KLM Royal Dutch Airlines -Original Message- From: Richard Sims [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 16:16 To: [EMAIL PROTECTED] Subject: Re: Exclude on AIX >Hi Richard! >Thank

Re: Exclude on AIX (part 2)

2004-04-21 Thread Hooft, Jeroen
From: Richard Sims [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 16:16 To: [EMAIL PROTECTED] Subject: Re: Exclude on AIX >Hi Richard! >Thank you very much for your reply! >We don't use server defined include-excludes, so that's not the problem. >We currently tried t

Re: Exclude on AIX (part 2)

2004-04-21 Thread Steve Harris
uch for your reply in advance! Kindest regards, Eric van Loon KLM Royal Dutch Airlines -Original Message- From: Richard Sims [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 16:16 To: [EMAIL PROTECTED] Subject: Re: Exclude on AIX >Hi Richard! >Thank you very much for y

Re: Exclude on AIX

2004-04-20 Thread Orville Lantto
st Stor Manager" To: [EMAIL PROTECTED] cc: Subject:Re: Exclude on AIX Hi Richard! Thank you very much for your reply! We don't use server defined include-excludes, so that's not the problem. We currently tried the following: exclude.fs * include.fs

Re: Exclude on AIX

2004-04-20 Thread Remco Post
t as soon as a match has been found. > Kindest regards, > Eric van Loon > KLM Royal Dutch Airlines > > > -Original Message- > From: Thach, Kevin G [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 20, 2004 14:43 > To: [EMAIL PROTECTED] > Subject: Re: Exclude on

Re: Exclude on AIX

2004-04-20 Thread Richard Sims
>Hi Richard! >Thank you very much for your reply! >We don't use server defined include-excludes, so that's not the problem. >We currently tried the following: > >exclude.fs * >include.fs /home >include.fs /usr > >Backup now finishes in 1 second. I've had them issue a q inclexcl which >shows the cor

Re: Exclude on AIX

2004-04-20 Thread Loon, E.J. van - SPLXM
e- From: Richard Sims [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 15:26 To: [EMAIL PROTECTED] Subject: Re: Exclude on AIX Eric - The postings didn't indicate whether a Query Inclexcl was done to verify the full list. Remember that any server-side client options set

Re: Exclude on AIX

2004-04-20 Thread Richard Sims
Eric - The postings didn't indicate whether a Query Inclexcl was done to verify the full list. Remember that any server-side client options set takes precedence, so that command can be invaluable when working on the client. Customers often overlook the unseen client options set, and wonder w

Re: Exclude on AIX

2004-04-20 Thread Loon, E.J. van - SPLXM
It does? I didn't knew that! I'll give it a try, thanks Andy and Del! Kindest regards, Eric van Loon KLM Royal Dutch Airlines -Original Message- From: Andrew Raibeck [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 15:11 To: [EMAIL PROTECTED] Subject: Re: Exclude on AIX

Re: Exclude on AIX

2004-04-20 Thread Del Hoobler
Eric, That is not correct. It starts from the bottom and works its way up. If it finds a "match" it stops processing. Del "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> wrote on 04/20/2004 09:04:06 AM: > Hi Kevin! > I know that it reads botto

Re: Exclude on AIX

2004-04-20 Thread Andrew Raibeck
ECTED]> 04/20/2004 06:04 Please respond to "ADSM: Dist Stor Manager" To [EMAIL PROTECTED] cc Subject Re: Exclude on AIX Hi Kevin! I know that it reads bottom up, so your solution will not work. If you code: exclude.fs * include.fs /home include.fs /usr It will first encounte

Re: Exclude on AIX

2004-04-20 Thread Loon, E.J. van - SPLXM
match has been found. Kindest regards, Eric van Loon KLM Royal Dutch Airlines -Original Message- From: Thach, Kevin G [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 14:43 To: [EMAIL PROTECTED] Subject: Re: Exclude on AIX I could be mistaken, but you should just be able to move the

Re: Exclude on AIX

2004-04-20 Thread Thach, Kevin G
I could be mistaken, but you should just be able to move the "exclude.fs *" to the top. That should do it since it reads from the bottom up, and uses the first match it comes to. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Loon, E.J. van - SPLXM

Re: EXCLUDE / Client Opt and 2K3

2003-10-17 Thread Mark Bertrand
] Sent: Thursday, October 16, 2003 10:56 AM To: [EMAIL PROTECTED] Subject: Re: EXCLUDE / Client Opt and 2K3 Some of my co-workers think I'm nuts because everyday, the first thing I do in the morning, is open my email program and start to read all the postings from this list that occurred

Re: EXCLUDE / Client Opt and 2K3

2003-10-16 Thread Shannon Bach
Some of my co-workers think I'm nuts because everyday, the first thing I do in the morning, is open my email program and start to read all the postings from this list that occurred while I was out of the office.  Sometimes it takes me 1/2 hour to get through all of them.  And then all day long whe

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Andrew Raibeck
DSM: Dist Stor Manager" <[EMAIL PROTECTED]> 10/15/2003 13:33 Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject:Re: EXCLUDE / Client Opt and 2K3 OK. I'll bite... At what client level did you start automa

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Andrew Raibeck
14:32 Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject:Re: EXCLUDE / Client Opt and 2K3 Also note that, if you use the built-in backup/restore function of windows2k/XP/Server it also keys off of those registry settings. HKLM\S

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Simeon Johnston
ilto:[EMAIL PROTECTED] > Sent: Wednesday, October 15, 2003 3:57 PM > To: [EMAIL PROTECTED] > Subject: Re: EXCLUDE / Client Opt and 2K3 > > > I don't recall the client level off-hand, but it's been there > quite a while -- *at least* since 4.2. > > Why hasn&#x

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Andrew Raibeck
one that goes unasked. The command line is your friend. "Good enough" is the enemy of excellence. Zoltan Forray/AC/VCU <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 10/15/2003 13:33 Please respond to "ADSM: Dist Stor Manager"

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Zoltan Forray/AC/VCU
Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject:Re: EXCLUDE / Client Opt and 2K3 Note that TSM respects the entries in registry subkey HKLM\System\CurrentControlSet\Control\BackupRestore\FilesNotToBackup. pagefile.sys should be in this list (unles

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Andrew Raibeck
your friend. "Good enough" is the enemy of excellence. Zoltan Forray/AC/VCU <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 10/15/2003 13:07 Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED]

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Zoltan Forray/AC/VCU
will check the results ! Thank you IBM for this new tool ! Richard Sims <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> 10/15/2003 04:00 PM Please respond to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc:

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Richard Sims
>I am having the most bizzare time with a new 2K3 server and the latest >client, V5.1.6.9 (still running 5.1 server so keeping 2K3 clients >downlevel). > >A backup session reports numerous errors of the like: > >10/15/2003 15:22:34 ANS1497W Duplicate include/exclude option 'EXCLUDE >*:\...\pagefil

Re: EXCLUDE / Client Opt and 2K3

2003-10-15 Thread Andrew Raibeck
I don't know... what does QUERY INCLEXCL show? :-) Andy Raibeck IBM Software Group Tivoli Storage Manager Client Development Internal Notes e-mail: Andrew Raibeck/Tucson/[EMAIL PROTECTED] Internet e-mail: [EMAIL PROTECTED] The only dumb question is the one that goes unasked. The command line is

Re: Exclude all?

2003-07-25 Thread Nicholas Cassimatis
Henrik, You can create a special schedule for this client, using the "objects" parameter, to define just this one drive. Your define schedule would look something like this (add parameters as needed): tsm> define schedule domain schedule type=client action=incremental objects=c:\backups\* startt

Re: Exclude all?

2003-07-24 Thread Henrik Wahlstedt
cc: (bcc: Henrik Wahlstedt) BM.COM> Subject: Re: Exclude all? Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED] RIST.EDU>

Re: Exclude all?

2003-07-24 Thread Steven Pemberton
On Wednesday 23 July 2003 20:00, Henrik Wahlstedt wrote: > Hello, > > What is the correct exclude/include statement if I want to exclude > everything files, folders and system objects on a > w2k box with 5.1.6.0 client, except for C:\Backup\*. Why bother with an exclude? Simply backup the require

Re: Exclude all?

2003-07-23 Thread Levi, Ralph
try : exclude.dir c:\backup* Ralph -Original Message- From: Henrik Wahlstedt [mailto:[EMAIL PROTECTED] Sent: July 23, 2003 6:01 AM To: [EMAIL PROTECTED] Subject: Exclude all? Hello, What is the correct exclude/include statement if I want to exclude everything files, folders and syste

Re: Exclude all?

2003-07-23 Thread Andrew Raibeck
See the following items in the ADSM-L archives for earlier responses to similar questions: http://msgs.adsm.org/cgi-bin/get/adsm0305/178.html http://msgs.adsm.org/cgi-bin/get/adsm0203/706.html http://msgs.adsm.org/cgi-bin/get/adsm0108/451.html Regards, Andy Andy Raibeck IBM Software Group Tivol

Re: Exclude all?

2003-07-23 Thread Tony Morgan
Original Message- From: Niklas Lundstrom [mailto:[EMAIL PROTECTED] Sent: 23 July 2003 12:30 To: [EMAIL PROTECTED] Subject: Re: Exclude all? Exclude c:\...\*.* Include c:\backup\...\*.* -Original Message- From: Henrik Wahlstedt [mailto:[EMAIL PROTECTED] Sent: den 23 juli 2003 12:01

Re: Exclude all?

2003-07-23 Thread Niklas Lundstrom
Exclude c:\...\*.* Include c:\backup\...\*.* -Original Message- From: Henrik Wahlstedt [mailto:[EMAIL PROTECTED] Sent: den 23 juli 2003 12:01 To: [EMAIL PROTECTED] Subject: Exclude all? Hello, What is the correct exclude/include statement if I want to exclude everything files, folders a

Re: Exclude issue

2003-07-16 Thread Andrew Raibeck
The '?' character matches exactly one character. Examples of matches for your *:\documents? pattern: c:\documents1 f:\documents$ Examples that do NOT match: c:\Documents and Settings t:\documents If you are interested in excluding all directories whose names begin with "documents",

Re: Exclude

2003-01-31 Thread PINNI, BALANAND (SBCSI)
AM To: [EMAIL PROTECTED] Subject: Re: Exclude Can anyone help me? I have a question this is what I am trying to exclude. *** FILE INCLUDE/EXCLUDE *** Mode Function Pattern (match from top down) Source File - -- - No exclude filespace

Re: Exclude

2003-01-31 Thread Andrews, Bert A
Thanks!!! Have a great Weekend -Original Message- From: Maria Ilieva [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 8:33 AM To: [EMAIL PROTECTED] Subject: Re: Exclude This means, that you have backed up these files before and now TSM is expiring them due to new include

Re: Exclude

2003-01-31 Thread Maria Ilieva
iday, January 31, 2003 3:19 PM Subject: Re: Exclude > Can anyone help me? I have a question this is what I am trying to exclude. > *** FILE INCLUDE/EXCLUDE *** > Mode Function Pattern (match from top down) Source File > - -- -

Re: Exclude

2003-01-31 Thread Andrews, Bert A
Can anyone help me? I have a question this is what I am trying to exclude. *** FILE INCLUDE/EXCLUDE *** Mode Function Pattern (match from top down) Source File - -- - No exclude filespace statements defined. No exclude directory statements

Re: Exclude options

2003-01-27 Thread Richard Sims
>Here is what that command gives me. > dsmc q inclexcl >ANS1138E The 'QUERY' command must be followed by a subcommand q inclexcl support was added in 4.1. Before that there was the unsupported show inclexcl Richard Sims, BU

Re: Exclude options

2003-01-27 Thread Andrews, Bert A
Here is what that command gives me. dsmc q inclexcl ANS1138E The 'QUERY' command must be followed by a subcommand -Original Message- From: Kai Hintze [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 1:18 PM To: [EMAIL PROTECTED] Subject: Re: Exclude options Hmmm...

  1   2   >