Hi, we have an two existing droplets on our account and would like to copy one to the other one to make an exact copy. Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
I an assuming that when you say that you would like to make a copy of the droplet, that you are trying to have exact copies of applications (programs), configuration files, and the data… My first thought when i saw this question was Rsync over ssh between 2 dropleets. Rsync: is a “utility for efficiently transferring and synchronizing files across networked computers by comparing the modification times and sizes of files. It is commonly found on Unix-like operating systems. The Rs algorithm is a type of delta encoding, and is used for minimizing network usage”
You can just snapshot the existing droplet and create a new one using that snapshot. The new droplet will be a clone of older one. :D