Oops! I must have been half asleep when I wrote that! The php command runs a PHP script in the terminal. So to create a zip backup of your site, we have to write a PHP script to do so, and then use
php -q /home/username/path/to/your/script.php
As the cron command. There are plenty of examples when googling how to zip a directory with PHP.