command for taking backups
netsh dhcp server export C:\dhcp.txt all
netsh dhcp server import C:\dhcp.txt all
Exports and Imports ALL Scopes. You can export a single scope by replacing the ALL keyword with the name of the scope, like
netsh dhcp server import C:\dhcp.txt 10.10.10.0