Created
February 7, 2024 02:48
-
-
Save mike7d7/cb713f0218e7414c4b13dd0ba9ac6494 to your computer and use it in GitHub Desktop.
rsync stuff
This file contains hidden or 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
| rsync -e "ssh" - uses ssh to transfer files | |
| rsync -r - copies whole directory | |
| rsync -W - bypasses delta transfer algorithm, which only transfers changed parts of a file, slows down when changes are impossible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment