ADSM-L

Re: Backup filespec

2002-04-19 12:12:20
Subject: Re: Backup filespec
From: Andrew Raibeck <storman AT US.IBM DOT COM>
Date: Fri, 19 Apr 2002 12:04:06 -0400
What is happening is that TSM is backing up the named object, which is
just 'data'. TSM does not take the extra step to assume that if 'data' is
a directory, that its contents should also be included.

The ending slash tells TSM that you want to back up the contents of the
'data' directory. So as you found, the syntax would be:

   incremental /ps/odstest/data/

And if you want subdirectories of 'data' backed up, you would also need
the -subdir=yes option (unless it is already in your options file or you
specified it from the command line when starting dsmc).

Regards,

Andy

Andy Raibeck
IBM Software Group
Tivoli Storage Manager Client Development
Internal Notes e-mail: Andrew Raibeck/Tucson/IBM@IBMUS
Internet e-mail: storman AT us.ibm DOT com

The only dumb question is the one that goes unasked.
The command line is your friend.
"Good enough" is the enemy of excellence.




David E Ehresman <deehre01 AT LOUISVILLE DOT EDU>
Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU>
04/19/2002 07:26
Please respond to "ADSM: Dist Stor Manager"


        To:     ADSM-L AT VM.MARIST DOT EDU
        cc:
        Subject:        Backup filespec



I have a customer who tried:
  incremental -verbose /ps/odstest/data
and several objects were inspected but not were backed up.

He then tried:
   backup -verbose /ps/odstest/data
and that backed up the two sub directories but no files.

Finally he tried:
  incremental -verbose /ps/odstest/data/
and that backed up the files.

Why (or when) does the ending slash make a difference?  He claims he
has similar incrementals on other machines that work without the ending
slash?  Is there a logical explanation for that?

The machine being backed up is running Aix 4.3.3 with the TSM 4.2.1.15
backup client.  The server is on OS390 2.10 running TSM 4.2.1.9.

David
<Prev in Thread] Current Thread [Next in Thread>
  • Backup filespec, David E Ehresman
    • Re: Backup filespec, Andrew Raibeck <=