removed redundant unset of debug, don't need it.
[feisty_meow.git] / scripts / database / backup_mysql_dbs.sh
1 #!/bin/bash
2 source $SHELLDIR/core/date_stringer.sh
3
4 temphost=$(hostname | sed -e 's/\([^.]*\)\..*/\1/')
5 tar -czf /z/stuffing/archives/backup_dbs_${temphost}_$(date_stringer).tar.gz /home/archives/mysql_dbs/*