Skip to content

Instantly share code, notes, and snippets.

@emaV
Last active May 2, 2022 03:40
Show Gist options
  • Save emaV/0a7294a8fba0ce6f460a36f2266c19a7 to your computer and use it in GitHub Desktop.
Save emaV/0a7294a8fba0ce6f460a36f2266c19a7 to your computer and use it in GitHub Desktop.
rsync WD MyCloud
rsync -chavzP --stats -e 'ssh -oHostKeyAlgorithms=+ssh-dss' [email protected]:/shares/Public/music
@emaV
Copy link
Author

emaV commented Sep 2, 2020

rsync -avzh --size-only --progress -e 'ssh -oHostKeyAlgorithms=+ssh-dss' [email protected]:/src/ dest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment