Backing Up Data To Git Securely: Part-1 – Create the Database User
posted at: December 24th, 2008
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 [...]