projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
turned off debugging noise.
[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/*