#!/bin/bash
cd ~
cd www/thefrozentreebackup/

mysqldump -u thefroz2 --password=wi4XDGQq thefroz2_thefrozentreecompany > thefroz2_thefrozentreecompany.sql

git add .
git commit -m "Backup"
git push origin automated

