batch Backup your MySQL server nightly - using e-mail and ftp Wanted to create backups at certain intervals for a very important server. And what’s more I wanted to make sure that the backups were in couple of places. Including my e-mail. So, I bash script was created! #!/bin/bash ### MySQL Server Login Info
code Setting up a CVS server for the BlackBox project Following the previous posts in this category you will notice that I was using Sourceforge.net as the code hosting. We had to change that because we really didn’t want to share every bit of code. ( A big sorry to open source developers.
linux Workflow of the BlackBox System and Connecting in Two Steps (Python+SSH) If you have been following this blog you probably knew that this post was coming. I have been able to use SSH and Python together with some dependencies. These dependencies are Paramiko from http://www.lag.net/paramiko/ and a python sript (which I