Projects

Smaller projects will be hosted on this page. They are all Open Source, and I’d love any contributions or help!

Amazon S3 Backup Manager

Easily manage your backups with this simple command line script. The s3backup utility lets you backup databases and files. Additionally, you can manage your buckets, create new buckets, delete buckets, empty buckets, and more. s3backup can be used in a cron process as well to backup databases or files at specified times. Database backups require an installation of GPG as they are required to be encrypted. Please see the GPG Quick Start for how to get started with GPG.

s3backup is hosted at GitHub.

Holy HTML

A PHP class to sanitize data from XSS attacks, and to allow certain amounts of HTML through, while disallowing other parts of HTML.

Holy HTML is hosted at GitHub.