Skip to main content
Question

Carbonite EA data

  • January 9, 2024
  • 0 replies
  • 2 views

Ahadub
Forum|alt.badge.img+5

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>"