Rsync
Rsync is a great tool to use when you’re moving large files between a server. Reclaim uses it often when working through migrations. To start, you’ll want to make sure you’re logged into the server where the content currently is. Then you’ll want to run the following command ‘rsync -avz . [email protected]:path_to_folder/’ First, let’s break […]