Re: Simple include (probably)

2011-12-22 Thread Minns, Farren - Chichester
nd a Merry Xmas. Farren -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@vm.marist.edu] On Behalf Of Richard Sims Sent: 22 December 2011 12:06 To: ADSM-L@vm.marist.edu Subject: Re: [ADSM-L] Simple include (probably) TSM backs up local file systems by default. If '

Re: [adsm] Simple include (probably)

2011-12-22 Thread Lloyd Dieter
Try: include /u03/* include /u03/.../* Making sure that this will be matched first (reading from the bottom up) before any other matching exclude statements. Also make sure you don't have any matching "exclude.fs" or "exclude.dir" statements anywhere (i.e. exclude.fs /u03) -Lloyd On 12/22/2

Re: Simple include (probably)

2011-12-22 Thread Richard Sims
TSM backs up local file systems by default. If 'dsmc q inclexcl' doesn't show that file system as being excluded, then it should be the case that you have Domain statements (dsmc q opt) which constrain what file systems are backed up, in which case you should simply add that file system to the D

Re: Simple include (probably)

2011-12-22 Thread Steven Langdale
How are you currently excluding it? Perhaps you have a "domain" line in your dsm.opt file. If so remove from there, and don't forget to restart the scheduled. Steven On Dec 22, 2011 8:47 AM, "Minns, Farren - Chichester" wrote: > Morning all > > > > I'm trying to add a filesystem back in to the

Re: Simple include (probably)

2011-12-22 Thread Theo Brettschneider
MARIST.EDU Onderwerp: [ADSM-L] Simple include (probably) Morning all I'm trying to add a filesystem back in to the a Solaris client backup. The filesystem is called /u03 I assumed ... include /u03/.../* ... would work but it doesn't. What am I doing w

Simple include (probably)

2011-12-22 Thread Minns, Farren - Chichester
Morning all I'm trying to add a filesystem back in to the a Solaris client backup. The filesystem is called /u03 I assumed ... include /u03/.../* ... would work but it doesn't. What am I doing wrong ? Farren -