cancel
Showing results for 
Search instead for 
Did you mean: 

Command line interface for editing an existing job

Andrew_Scotsmit
Level 3

Could I change the backup device for a job using the CLI?

2 ACCEPTED SOLUTIONS

Accepted Solutions

CraigV
Moderator
Moderator
Partner    VIP    Accredited

Hi Andrew,

 

It is 1 of the Set commands, depending on your device. Get the command line help document on the link below:

http://www.symantec.com/docs/DOC7419

Thanks!

View solution in original post

pkh
Moderator
Moderator
   VIP    Certified

Use the Set-BEBackupTask cmdlet to do so.

View solution in original post

3 REPLIES 3

CraigV
Moderator
Moderator
Partner    VIP    Accredited

Hi Andrew,

 

It is 1 of the Set commands, depending on your device. Get the command line help document on the link below:

http://www.symantec.com/docs/DOC7419

Thanks!

pkh
Moderator
Moderator
   VIP    Certified

Use the Set-BEBackupTask cmdlet to do so.

Andrew_Scotsmit
Level 3

Thanks for the replies.

Set-BEBackupTask only produces four google hits.

The help file is sparse on examples

Fortunetly the only example it cares to give is setting  the storage

Get-BEBackupDefinition "Backup Definition 01" | Set-BEBackupTask -Name "Differential 2" -Storage "Any disk storage" | Save-BEBackupDefinition

Itsd like swimming in treacle.