tongueroo / jets-backup-route53

Backups up route53 records to s3 bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backer

BoltOps Badge

Backs up Route53 Records to S3 Bucket.

Usage

git clone https://github.com/tongueroo/jets-backup-route53
cd jets-backup-route53
bundle
echo "S3_BUCKET=my-s3-bucket" > .env
jets deploy

Note, the project name is "backer". To change this adjust config/application.rb. More info: Jets App Configuration

To test locally

$ jets console
>> BackupJob.perform_now(:route53_records)

Resources

If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!

About

Backups up route53 records to s3 bucket


Languages

Language:Ruby 100.0%