https://github.com/tongueroo/jets-backup-route53
Backups up route53 records to s3 bucket
https://github.com/tongueroo/jets-backup-route53
Last synced: 4 months ago
JSON representation
Backups up route53 records to s3 bucket
- Host: GitHub
- URL: https://github.com/tongueroo/jets-backup-route53
- Owner: tongueroo
- Created: 2019-01-04T07:00:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T04:23:33.000Z (over 1 year ago)
- Last Synced: 2025-01-26T09:14:56.645Z (6 months ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backer
[](https://www.boltops.com)
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 deployNote, the project name is "backer". To change this adjust [config/application.rb](config/application.rb). More info: [Jets App Configuration](http://rubyonjets.com/docs/app-config/)
## To test locally
$ jets console
>> BackupJob.perform_now(:route53_records)## Resources
* Blog Post: [Serverless Ruby Cron Jobs with Jets: Route53 Backup](https://blog.boltops.com/2019/01/03/serverless-ruby-cron-jobs-with-jets-route53-backup)
If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!