From: Chris Koeritz Date: Fri, 30 Sep 2016 17:01:29 +0000 (-0400) Subject: updated with storage path usage. X-Git-Tag: 2.140.90~414 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=679d3e2fa5a49ef4c522973d950635408629c7de;p=feisty_meow.git updated with storage path usage. --- diff --git a/scripts/archival/backup_trac.sh b/scripts/archival/backup_trac.sh index 43efc652..e1588121 100755 --- a/scripts/archival/backup_trac.sh +++ b/scripts/archival/backup_trac.sh @@ -13,6 +13,6 @@ fi sep='_' -tar -czf /z/stuffing/archives/trac_bkup_$(date +"%Y$sep%m$sep%d$sep%H%M$sep%S" | tr -d '/\n/').tar.gz "$trac_path" &>$TMP/zz_backup_trac.log +tar -czf "${archive_path}/trac_bkup_$(date +"%Y$sep%m$sep%d$sep%H%M$sep%S" | tr -d '/\n/').tar.gz" "$trac_path" &>$TMP/zz_backup_trac.log