RSS
 

Bacula Backup System

19 Nov
Saturday i did my first install of Bacula backup software. I have to say that the install was easy, and i was able to get a backup going in a relatively short amount of time. Granted i played around allot with it to see what it would do. I did this work for Riverside Community Church in Peoria, Illinois. Using a Dell Powervault 124T. The only problem i have is i cannot get the mtx tool to export the tape to the import/export slot. I am going to open a case with Dell on it, supposedly that unit does not adhere to the eepos command sets. So that stinks. I cannot automate the ejection of tapes at the moment, however everything else with the unit worked great.
As i said the install of Bacula was very easy. I had to build the rpms myself, but since i do that allot with other software i utilize it was not that hard. I should post the links. I am using CentOs 4 on that machine, but on my own hardware i have CentOs 5 so builds will come for that as well.
I am thinking about writing a gui setup tool. I have been doing more Java lately, but Bacula has Python extensions, so i think Python will be what i will use. I have to pace myself, PHPEclipse is about to release the new 1.2.0. This has been on the agenda for some time now. And i want to do more development on that application for the next release.
It is my goal to get some tape hardware in for my own business and move away from disk based storage. Currently i am using Amanda but have started to dislike it more and more. At my day job i use Tivoli Backup Storage and like the ability to run a backup when i need to from a specific host. I have not found a way to do that with Amanda, but i have not looked that much either. Well i need to go move some servers. So i am gone.
 
0 comments

Posted ed_mann in Computers & Technology

 

Junk e-mail filter

14 Nov
Well i am looking at expanding my junk-email filter system, and this guy has developed some techniques to combat spam. junkemailfilter.com is a solution provider. I have been thinking about doing something like this with my e-mail system, but have been working to much on the dlzSync tool. The link does not work just yet, but it should be up in a week or so. Still working on porting over the blog system. Don't know how much longer before i get the first demo up. Also i have some other personal news that i want to share. I need to get that post up as well.
 
0 comments

Posted ed_mann in Computers & Technology

 

Working like crazy Bind Dlz Sync

07 Nov
So i have been working on a Bind Dlz sync software solution. It has been going very well, and i have learned allot. I plan on having the documentation done this week in beta form. I am going to post it here and a link on the Bind Dlz mailing list.
For those of you who don't know what Bind Dlz(Bind Dynamic Loaded Zone). Bind Dlz is simply Bind with a database to hold it's zone files. So when you update the database your DNS server has the changes right away. So there is now no need to edit zone config files and restart bind.
Granted the setup with Bind and Postgresql was easy. Since we have a custom front-end that handles making the experience more user friendly we needed to create a view that bind could select from that would give it all the data it needed. This was fine for our first go at it, but the performance of using Postgresql or MySql as the backed database was not terrible but also not the best. And knowing i like a good challenge i opted to build a tool that would sync from our Postgresql database and the Berkeley Database that i wanted to use with bind.
So now what we have is a very alpha stage version of BindDlzSync. It's a java app that runs on a port that you specify waiting for a connection. You can connect to it send it some formated XML it will parse the xml and update the database as needed. But it gets better. Since i have a public view and a private view i needed to be able to update these two different views, but do it in a way that was easy and expandable.
So what you can do with BindDlzSync is in the config file for the app you can specify different view databases to load. So right now i have public and private. In the Web Managment UI when you add a host you can pick which view that host belongs to. Also the editor allows you to add many hosts before a commit. That way if you have a host that needs to be in both private and public, but you need to change the ip address you can add it once, change the ip and view then add it again before having to click save. Or you can just add and clear and add in a different host. I will post a video of how the whole thing works. It's very nice, but needs some refinement.
Some things left to do is ip checking for a view. What this will do is insure that someone does not try to add a ip address to a view that should not have it.
There are some other features that i want to add, i will list them later.
 
0 comments

Posted ed_mann in Computers & Technology

 

PHPDoc

29 Oct
So i have been working with the PHPEclipse project, and have been working with scorphus on making a new doc manual for the new 1.2.0 release. I was doing the generator in php and was getting a good way into it. Well now the docs.php.net team have done there own. So being smart, and lazy i am going to check out there code and see if i cannot use it to build our docs. I am making this entry so i can link to there site. So now that this is here i can now look at this tonight and see how much work it will take to use there code to generate our docs. What fun this will be. In other news, i get allot of spam in my blog posts, so i have disabled them for new posts. The new system that i am working will try to rectify this issue. What good is a blog if people cannot post to it? So the second thing i will be working on is a system to filter out the spam... i am thinking about tying it in with spamassassin. But not sure if that will work or not. But it cannot hurt to try.
 
0 comments

Posted ed_mann in Computers & Technology