Going through one of (very few available) tutorials on Anaconda, I tried:
$ conda create -n rootclone --clone root
This failed:
Use following command to clone default root environment of Anaconda, the root environment is named as base. This worked for me with Anaconda3-5.0.1
conda create --name --clone base