UNSOLVED

rahul466

updated

10 years ago

R

rahul466

9 Posts

0

1354

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?

  • ionthegeek

    2 Intern

    2049 Posts

    1016

    0

    Posted 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?

  • rahul466

    9 Posts

    1016

    0

    Posted November 24th, 2016 09:00

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

  • ionthegeek

    2 Intern

    2049 Posts

    1016

    1

    Posted 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