Created
October 19, 2019 12:44
-
-
Save stepansib/4839af0b2b1bbc2b99228be5ee9257ea to your computer and use it in GitHub Desktop.
#linux rsync
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sshpass -p "pass" rsync -avzP --ignore-existing [email protected]:source/path dest/path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment