misterhaan / track7.org

source for my personal website track7.org.
https://www.track7.org/
MIT License
0 stars 0 forks source link

backups for database and uploaded files #34

Closed misterhaan closed 7 years ago

misterhaan commented 7 years ago

if anything happens to the actual track7 site i have this repository for all the code, but most of the content is stored in mysql and files that aren’t in the repository. it would be helpful to have a backup script that could do a mysqldump and archive the folders that contain uploaded files, and maybe even a restore script so the live site data can refresh the test site every so often. i’d like the live site backup (and probably the test site restore) to get scheduled by cron so it just happens.