#!/bin/sh
tar cvfz "/tmp/sherx_php_`date +%d_%m_%Y`.tar.gz" `find ./ -name "*.php3" -type f | grep -v "database/common.config.php3" | grep -v "default/common.config.php3" | grep -v "fax/templates/logo.gif" `
