Is there a command line tool to run carbonite's "back this up"?

4

1

Is there some way to say "Back this up" to Carbonite on the command line on Windows? I know I can do it through explorer and the right click window, but I'm bit of a scripting fiend.

I'm only trying to automate things I can already back up if I went through the process manually. Also, I know there are other backup options out there, but Carbonite is what I've got and am sticking with for now.

Jared

Posted 2014-09-23T02:01:54.710

Reputation: 101

Answers

1

TLDR: No, there isn't any.

I believe there is no official CLI for it so I looked for script automation.

Context Menu

What I found is that the main menu item is accessible but not the submenu item.

There is a chance that when a submenu item is clicked, it actually calls an executable with command line parameters which can be inspected in the Windows Task Manager or Process Explorer. If this is not the case, you may as well give up unless you are competent in coding with the Windows API.

guest-vm

Posted 2014-09-23T02:01:54.710

Reputation: 2 984