Google is your friend.
Apparently...
Turn on:
defaults write /Library/Preferences/com.apple.TimeMachine AutoBackup -boolean YES
Turn off:
defaults write /Library/Preferences/com.apple.TimeMachine AutoBackup -boolean NO
If that doesn't work try "-bool" instead of "-boolean" (different places say different things).