Skip to main content

Does anyone have some EAs for Carbonite like when the last backup happened and the status of the backup?

 

I have the one to just see the status of Carbonite but can't find any other data.

 

#!/bin/sh carbState=$(/Applications/Carbonite\\ Endpoint.app/Contents/DCProtect/DCProtect.app/Contents/MacOS/DCProtect -getClientStatus | grep Client | awk '{print $3}' ) echo "<result>$carbState</result>"

 

  

Be the first to reply!