ADSM-L

Re: [ADSM-L] Need help getting TSM Selective to work in a Powershell script

2013-03-14 10:17:48
Subject: Re: [ADSM-L] Need help getting TSM Selective to work in a Powershell script
From: Del Hoobler <hoobler AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 14 Mar 2013 10:15:40 -0400
Hi Steve,

Try placing a \ before each double-quote. For example:

    DSMC SELECTIVE \"C:\DIR WITH SPACE\" -SUBDIR=Y

In your example:

   &.\DSMC SELECTIVE \"$myBackupDir\" -SUBDIR=Y


Thanks,

Del

----------------------------------------------------


"ADSM: Dist Stor Manager" <ADSM-L AT vm.marist DOT edu> wrote on 03/14/2013
09:51:49 AM:

> From: "Schaub, Steve" <steve_schaub AT BCBST DOT COM>
> To: ADSM-L AT vm.marist DOT edu,
> Date: 03/14/2013 09:54 AM
> Subject: Need help getting TSM Selective to work in a Powershell script
> Sent by: "ADSM: Dist Stor Manager" <ADSM-L AT vm.marist DOT edu>
>
> I am building a script which will perform selective backups on a
> list of directories.
> This command works:
> &.\DSMC SELECTIVE $myBackupDir -SUBDIR=Y
> As long as the directory doesn't have any spaces in the name.
> I have been pulling my hair out trying to figure out how to get
> Powershell to pass the required double quotes to the TSM command so
> it will work.
> Anyone have a working example?
> TIA,
>
> Steve Schaub
> Systems Engineer II, Windows Backup/Recovery
> BlueCross BlueShield of Tennessee
>
> -----------------------------------------------------
> Please see the following link for the BlueCross BlueShield of
> Tennessee E-mail disclaimer:  http://www.bcbst.com/email_disclaimer.shtm
>