Whoops - put the backup in the right directory
[invirt/packages/xvm-db-backup.git] / xvm-db-backup
index d16c23e..58a3323 100755 (executable)
@@ -5,7 +5,7 @@ set -e
 kinit -k "daemon/$(hostname -f)"
 aklog sipb
 
-filename="$(date +%Y-%m-%d-%H-%M.sql.gz)"
+filename="/mit/xvm/backups/db/prod/$(date +%Y-%m-%d-%H-%M.sql.gz)"
 
 /usr/bin/pg_dump -U "$(invirt-getconf db.user)" \
                  -h "$(invirt-getconf db.host)" \