Created
November 20, 2020 07:03
-
-
Save sam0x17/d68c231eebf82a7e4c72fd7423091d0e to your computer and use it in GitHub Desktop.
rsync pull
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
#!/bin/bash | |
echo "pulling from sam-desktop via rsync..." | |
rsync -chavzP --stats sam@sam-desktop:/home/sam/workspace /home/sam/ | |
echo "done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
push: