The Programs dashboard doesn't currently back up the programs data. We should write a backup service.
Write a script on tool labs that does a mysqldump backup of their database once a week and stores it in a backup directory in their project account on tool labs. The script should also delete any backups that are older than 3 months. Automate it with a cron job.