Skip to content

Instantly share code, notes, and snippets.

@mike7d7
Created February 7, 2024 02:48
Show Gist options
  • Select an option

  • Save mike7d7/cb713f0218e7414c4b13dd0ba9ac6494 to your computer and use it in GitHub Desktop.

Select an option

Save mike7d7/cb713f0218e7414c4b13dd0ba9ac6494 to your computer and use it in GitHub Desktop.
rsync stuff
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