How can I back up my zone files?
If you want to back up all ZoneEdit data for a given zone, use wget:
wget "https://user:pass@www.zoneedit.com/auth/admin/command.html?command=viewrecord&zone=atreju.com" -O atreju.com.txt
On unix, "wget" comes with most distributions, and it's easy to schedule a daily backup with cron.
On Windows, we like to use the SSL
and Wget binaries, since they work just like Linux,
but you can use any other tool to schedule the download of an encrypted web page.
Or, you can back up a BIND-style zone file.