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
Changing the DOMAIN-statement to
DOMAIN / /var
fixed the problem. thank you for your help!
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
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
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
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
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
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\...\*
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
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
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
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
> 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
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
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
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]???
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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\...\*"
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
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
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
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
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
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:\..
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
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
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
" 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
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
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
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
> 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
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
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]:
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
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.
>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
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
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
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
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
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
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
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
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
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
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
>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
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
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
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
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
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
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
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
]
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
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
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
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
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
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"
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
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]
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:
>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
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
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
cc: (bcc: Henrik Wahlstedt)
BM.COM> Subject: Re: Exclude all?
Sent by:
"ADSM: Dist
Stor Manager"
<[EMAIL PROTECTED]
RIST.EDU>
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
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
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
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
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
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",
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
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
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
> - -- -
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
>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
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 - 100 of 192 matches
Mail list logo