From: Chris Koeritz Date: Tue, 10 Apr 2012 18:41:22 +0000 (-0400) Subject: tossing useless wrong-headed script. will do instead with a cron job and put that... X-Git-Tag: 2.140.90~1430 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=888688bd3bce9a3cf255f78a88e661d6cfa9a3fb;p=feisty_meow.git tossing useless wrong-headed script. will do instead with a cron job and put that in as a cron example. --- diff --git a/scripts/database/backup_mysql_dbs.sh b/scripts/database/backup_mysql_dbs.sh deleted file mode 100644 index c9bbab23..00000000 --- a/scripts/database/backup_mysql_dbs.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" - -temphost=$(hostname | sed -e 's/\([^.]*\)\..*/\1/') -tar -czf /z/stuffing/archives/backup_dbs_${temphost}_$(date_stringer).tar.gz /home/archives/mysql_dbs/*