Archive for the ‘Backup’ Category
Monday, October 1st, 2007
If you're a Mac user and you're not using TextMate, then hurry up and join the bandwagon. This is a powerful text editor for Mac OSX, which I use for just about any type of project be it C#, Java, PHP, Perl or even COBOL. What makes this tool so ...
Posted in General, OSX, Backup, Ruby | No Comments »
Friday, August 10th, 2007
So I spent the best part of a day assisting our sys admin and developer resolve MQ errors that a COBOL client was throwing when opening more than one concurrent connection to a clustered queue manager.
Because the architecture had recently changed to a cluster, and my load harness was no ...
Posted in MQ, Backup, Analysis, Testing | 2 Comments »
Monday, August 6th, 2007
Amazon web services development domain have provided some neat perl code here such that you can simply put, get or delete objects inside an Amazon S3 storage bucket with something like this:
./s3curl.pl --id=[aws-access-key-id] --key=[aws-secret-access-key] -- http://s3.amazonaws.com/[bucket-name]/[key-name]
I modified the author's code to make it a bit more win32 friendly, as ...
Posted in Perl, Backup | No Comments »
Tuesday, January 30th, 2007
If you are interested in using Amazon S3 as an alternative backup solution, you may need to move files from your windows box to the S3 storage account. In order to do this I recommend you use a version of rsync written in ruby.
Detailed instructions can be found in this ...
Posted in Win2K3, Backup | 1 Comment »