Here’s a very useful Python utility that can be used to list, export and import zones from RackSpace Cloud DNS:
https://github.com/wichert/clouddns
The install procedure is something like:
1 2 3 4 |
wget https://github.com/wichert/clouddns/archive/master.zip unzip master.zip cd clouddns-master python setup.py install |
If all goes well then the utility will be installed to:
1 |
/usr/local/bin/clouddns |
You may need to install python-setuptools before the install will run. If the utility is failing to run then you can try running it directly from the distribution at:
1 |
src/clouddns.py |