Skip to content

muchobien/backup-route53

Repository files navigation

CodeQL build-test

"Backup Route53" Action For GitHub Actions

A Github action to backup Route53 DNS records.

Usage

Add the following step to your workflow:

- name: Backup Route53
  uses: muchobien/backup-route53@v1
  with:
    excludes: 'example.com' # optional
    path: ./muchobien-backup-route53 # optional, default ./muchobien-backup-route53

License Summary

This code is made available under the MIT license.