Plugin:BackUpWordPress shell_exec() issue
BackUp WordPress is a great plugin, but you might get this error sometimes on a windows hosting.
Warning: shell_exec() [function.shell-exec]: Unable to execute ‘which zip’
Here is the solution:
Contacting your host and asking them to enable x shell_exec.
or adding the following to your wp-config.php file should fix the issue.
define(...