JI511 / Personal_Fitness

Personal Python project to improve skills and explore different libraries. Open to any and all contributions. Using a local database with sqlite3 to learn SQL.
MIT License
0 stars 0 forks source link

Create database backup files #19

Open JI511 opened 5 years ago

JI511 commented 5 years ago

Create a new folder 'backup_db' that will create a database backup. It should check how old the most recent backup is and the name it uses should have the date within. Can be user configurable how often backups are made.

JI511 commented 5 years ago

Good practice for making backups in case of accidental delete.

JI511 commented 5 years ago

Backup rate could be set in config file