Skip to content

Instantly share code, notes, and snippets.

@smuuf
Created April 4, 2019 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smuuf/dac666e8e3d7c2882f82665a8286f315 to your computer and use it in GitHub Desktop.
Save smuuf/dac666e8e3d7c2882f82665a8286f315 to your computer and use it in GitHub Desktop.
Copy whole directories via rsync with resuming
rsync -e ssh -avzP --inplace (<src_host>:)<src_path> (<target_host>:)<target_path>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment