Skip to content

Instantly share code, notes, and snippets.

@himynameisjonas
Created May 18, 2010 13:56
Show Gist options
  • Select an option

  • Save himynameisjonas/405029 to your computer and use it in GitHub Desktop.

Select an option

Save himynameisjonas/405029 to your computer and use it in GitHub Desktop.
start & stop crashplan osx
#To stop, enter the following command:
sudo launchctl unload /Library/LaunchDaemons/com.crashplan.engine.plist
#To start (load):
sudo launchctl load /Library/LaunchDaemons/com.crashplan.engine.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment