Portfolio Work And Blogs In backing up to git

Backing Up Data To Git Securely: Part-1 – Create the Database User

In my backup script I previously posted, we begin by dumping the entire contents of the database to a file. This is not necessarily a good idea and there may be better ways to backup your data. However, the total size of my database is only a few MBs so it isn’t worth the hassle [...]