In recent days, I facing a difficult problem with one of the droplet, and I had the task of extracting data from the destroyed droplet
In this link there are many ways to obtain data
But I think rsync tool is easier and faster
Something as simple as
rsync -avz /var/www/* root@server_ip:/var/www/
Solve the problem
I think adding it in the documentation makes a lot of people's work easier when they encounter such a problem