Add rsync tool to transfer data
complete
M
MA Birakdar
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
John Mulhausen
complete
Hi MA! We just pushed a doc update that mentions and links to rsync, as you suggested. Thanks for the feedback!