Skip to content

Instantly share code, notes, and snippets.

@jayme-github
Last active September 13, 2018 07:40
Show Gist options
  • Save jayme-github/b96624fe704016df7f2a85ba2d67ea55 to your computer and use it in GitHub Desktop.
Save jayme-github/b96624fe704016df7f2a85ba2d67ea55 to your computer and use it in GitHub Desktop.
dump all google clouddns zones
gcloud dns managed-zones list --uri | parallel gcloud dns record-sets export -z "{}" --zone-file-format "{/}.zone"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment