#!/usr/local/bin/bash
TIME=`./timestamp.pl`
export TIME

mysqldump --database cartdb > backup.cartdb.${TIME}


