Forum Discussion

shyder's avatar
shyder
Level 2
8 years ago

Exclude one client from backup policy

Hello,

I have a policy with few clients getting backed up. I want to exclude backup for one client for few days. How do you exclude one client from backup policy.

Thanks and appreciate your help.

Hyder

  • Marianne's avatar
    Marianne
    8 years ago

    Host Properties -> Master (Select Master) -> Client Attributes.

    Add Client name if it does not exist in the list (Name must match the client name in Policy exacttly)/

    Select Client name -> Offline until ....

4 Replies

  • This is availalbe to you quite simply in your version

    Java console, go to your host atttributes and master server

    Once it connects, open the host properties of the master and in the tree view select clients.

    The client should be there in the list, you can add it if it is not, there is an option to suspend or prevent backups for that client only. You can select the start and end dates. The client remains in the policies, but is not backed up until the time expires or the suspension is unchecked.

    Be aware - you cannot run a manual test backup while it is suspended! 

     

    • Marianne's avatar
      Marianne
      Level 6

      Host Properties -> Master (Select Master) -> Client Attributes.

      Add Client name if it does not exist in the list (Name must match the client name in Policy exacttly)/

      Select Client name -> Offline until ....

    • shyder's avatar
      shyder
      Level 2

      Do i need to restart the server after doing this?

  • As suggested by Marianne making the client offline is the best option. You don't have to do any other changes anywhere or you don't have to restart any service. You may use Command options:

    bpclient -client client_name -update -offline -onlineat "05/05/2017 18:00:00"  - Make client offline until time given

    bpclient -client client_name -update -online (to immediately remove from offline)