Articles by rbabchis
-
Back Up Route53 To S3
Author: rbabchis • Tags: dns • Comments: 1Back Up Route53 To S3 r53dump is a shell script that will connect to AWS Route53 service and dump all zones in Bind format for the specified account. Logging is done to syslog (check /var/log/syslog). Multiple accounts, multiple zones are supported. "cli53" is used for all connectivity with AWS systems. Dumped zones can optionally be sent to s3 automatically.
-
High Availability NFS With DRBD + Heartbeat
Author: rbabchis • Tags: ubuntu, high-availability • Comments: 1High Availability NFS With DRBD + Heartbeat This document describes information collected during research and development of a clustered DRBD NFS solution. This project had two purposes: HA NFS solution for Media-X Inc.; develop a standard tool kit and documentation that Win2ix can use for future projects.