CLI
====
Click the "Green House" logo in upper right of GUI.
http://support.crashplanpro.com/doku.php/reference/proclient/commands
Reduce memory usage on OSX
===========================
see https://crashplan.zendesk.com/entries/116068
== Overview: edit /Library/LaunchDaemons/com.crashplan.engine.plist
=== Run in 32bit mode
add the "-d32" line.
<string>-Dapp=CrashPlanService</string>
<string>-d32</string>
<string>-Xmn10m</string>
=== Reduce the max memory (watch logs for Out Of Memory errors)
Change:
<string>-Xmx512m</string>
To:
<string>-Xmx150m</string>