cleaning a bit, including moving out some old docs, and renaming
[feisty_meow.git] / infobase / configuration / cron / backup_all_mysql_databases.crontab
1
2
3 SHELL=/bin/bash
4
5 # m h dom mon dow command
6
7 USER=fred
8
9 # backs up our databases on a weekly basis.
10 28 4 * * 2 (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; mysqldump -u root '-pPASSWORD' --all-databases | gzip > /z/stuffing/archives/database_backup_$(hostname)_$(date_stringer).sql.gz) &>/tmp/database_backup_${USER}.log
11
12