route53_backup job from bosh-aws-tools/21
Backs up all Route53 zones to persistent disk
Github source:
82a76e34
or
master branch
Properties¶
route53_backup
¶
aws_access_key_id
¶AWS Access Key Id used to make API calls to Route53
aws_secret_access_key
¶AWS Secret Access Key used to make API calls to Route53
s3_bucket
¶AWS S3 bucket to store the DNS backups
schedule
¶Schedule for the backup (in cron format)
- Default
0 0 * * *
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/route53_backup/
directory
(learn more).
bin/backup
(frombackup.erb
)bin/ctl
(fromctl
)config/backup.cron
(frombackup.cron.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.