#!/bin/sh
#
#  Be shure php(5)-cli is installed
#
DIR="/var/www/inventar/"
#  e.g /var/www/adressql/

#
#   start backup-script in your home directory
#
cd $DIR
/usr/bin/php cron_backup.php
