added back in sourcing of functions.sh where date_stringer is needed.
[feisty_meow.git] / scripts / database / backup_mysql_dbs.sh
1 #!/bin/bash
2
3 source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
4
5 temphost=$(hostname | sed -e 's/\([^.]*\)\..*/\1/')
6 tar -czf /z/stuffing/archives/backup_dbs_${temphost}_$(date_stringer).tar.gz /home/archives/mysql_dbs/*