I'm having trouble adding the date to the backup file's filename. Here's the Cron command (for testing):
*/2 * * * tar -zcf /var/backups/www-(back tick)date +%Y%m%d(back tick).tgz /var/www/
It should run every 2 minutes and create a backup file called www-20120212.tgz, but there's something wrong.