Cron related functions
Disable cron job
Enable cron job
Default Backup Settings
Virtual Machine Class
Bases: object
Virtual Machine class
Execute backup of this virtual machine
Determine if backup needed or not
Resuming Virtual Machine
Tells if Virtual Machine is currently running
Suspending Virtual Machine
Backup Machines
VMWare Backup Internals
Some References that might of been used (or not) VMWare Command Line https://www.vmware.com/support/ws5/doc/ws_learning_cli_vmrun.html
Linux Scheduler: http://stackoverflow.com/questions/1603109/how-to-make-a-python-script-run-like-a-service-or-daemon-in-linux http://unix.stackexchange.com/questions/69098/how-can-i-schedule-a-python-program-to-run-from-another-python-program
Windows Scheduler (not supported): http://stackoverflow.com/questions/2725754/schedule-python-script-windows-7
Linux Daemon (not needed?): http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/