cancel
Showing results for 
Search instead for 
Did you mean: 

Might be possible to start backups on agents one per time within same policy?

Michele_Nicosia
Level 5

Good morning all,

  i'm running a policy to backup a SAP db(oracle) for two servers, A and B.

I would like to start the tasks on a server A first ,and when finished, start the backup on server B, mutual exclusive, one per time (not matter which).

I know i can split policy and so on, but i would know if it is possible to have this thing done without change anything.

In the past i've also limited jobs to run simultaneously, but i've found normaly it will start 3 tasks for server A and 1 for server B and it is not what i wanted.

 

Thank you.

Kind regards,

 

Michele

1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

the simplest way that i am seeing is only spliting the policy into to and scheduling in different times.

View solution in original post

3 REPLIES 3

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

the simplest way that i am seeing is only spliting the policy into to and scheduling in different times.

rizwan84tx
Level 6
Certified

If you need backup policy to be the same; then you may use external script to trigger the backup for both the server one after the other.

Marianne
Level 6
Partner    VIP    Accredited Certified

External scheduler seems like the best possible answer... cron in Unix/Linux and Task Scheduler for Windows master.