Skip to main content

CloudFlare DNS backup to BIND files

Project description

CloudFlare DNS to RFC1035 converter

https://img.shields.io/pypi/v/cloudflaredns-backup.svg?style=flat-square https://img.shields.io/pypi/dm/cloudflaredns-backup.svg?style=flat-square

Simple tool for backing up your CloudFlare hosted DNS records in format acceptable by BIND (RFC1035)

Installation

pip install cloudflaredns-backup

Usage

  • get all your CloudFlare zones to console

    cf-backup root@example.com 1234567890 # args
    CF_EMAIL=root@example.com CF_TOKEN=1234567890 cf-backup # env
    echo "root@example.com:1234567890" > credentials.cfg && cf-backup -c credentials.cfg # config file
  • get only example.com and example2.com zones (here and other - just args examples. ENV and cred-file are same)

    cf-backup root@example.com 1234567890 -z example.com -z example2.com

    This example may be simplified as:

    cf-backup root@example.com 1234567890 -z "example1.com example2.com"
  • Get only example.com, create if not exists folder and write zone to ./zones/example.com, and write NS in zone

    cf-backup root@example.com 1234567890 -z example.com -o zones --ns ns.example.com

CHANGELOG

v1.8

Serial is current timestamp if problems with “modified_on”

v1.7.4

Real SERIAL number for zones (last modified time in format YYYYmmddHH)

v1.7.3

Remove “Exported date” for sensitive tracking of zone-file (for example in Git)

v1.7.2

Possibility to add custom name servers for simplify backup deploy of zone.

v1.6

Add possibility to determine credentials in args/environment/file

v1.5

Small bug fixes

v1.4

Fix for unicode support in Python3

v1.3

Fix for unicode support in Python2

v1.2

Fix for NoneType objects

v1.1

Python2 support

v1.0b

PyPI package

v1.0a

Python2-3 cloudflare backup tool

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudflaredns-backup-1.8.tar.gz (4.4 kB view details)

Uploaded Source

File details

Details for the file cloudflaredns-backup-1.8.tar.gz.

File metadata

File hashes

Hashes for cloudflaredns-backup-1.8.tar.gz
Algorithm Hash digest
SHA256 05ce0e79fe3ca75551869f559dddaf5f1b201307844255e5d629911f62e78c8f
MD5 511189884b3b16f9f6ea2422d0d159f5
BLAKE2b-256 ce77b93cdc5e9f47aa139df191efbb4e2bb4b6aea34023bdbef4ea6f771402a3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page