Skip to content

Instantly share code, notes, and snippets.

@stepansib
Created October 19, 2019 12:44
Show Gist options
  • Save stepansib/4839af0b2b1bbc2b99228be5ee9257ea to your computer and use it in GitHub Desktop.
Save stepansib/4839af0b2b1bbc2b99228be5ee9257ea to your computer and use it in GitHub Desktop.
#linux rsync
sshpass -p "pass" rsync -avzP --ignore-existing user@example.com:source/path dest/path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment