Start a Conversation

Unsolved

This post is more than 5 years old

1242

November 24th, 2016 07:00

How to disable backups using CLI?

Hello All,

I am looking for any script or any command that we can use to disable the backups for certain clients.

We can do the same from GUI but i am looking forward to know if this can also be done using CLI or scripts as sometimes we need to disable backups of 100+ servers and doing the same using GUI is very slow and time consuming.

Please suggest?

2K Posts

November 24th, 2016 08:00

There is almost certainly an mccli command that will do what you need. How are you disabling these clients through the GUI?

9 Posts

November 24th, 2016 09:00

Under policy tab > clients> Select client name and then edit> tick the checkbox for disable all backups.

2K Posts

November 30th, 2016 11:00

I apologize for the delay in getting back to you, I've been having some issues with my lab environment. The following mccli command should do what you need:

mccli client edit --domain=/path/to/client --name=clientname --enabled=false

No Events found!

Top