Last active
May 2, 2022 03:40
-
-
Save emaV/0a7294a8fba0ce6f460a36f2266c19a7 to your computer and use it in GitHub Desktop.
rsync WD MyCloud
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 -chavzP --stats -e 'ssh -oHostKeyAlgorithms=+ssh-dss' [email protected]:/shares/Public/music |
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
https://explainshell.com/explain?cmd=rsync+-chavzP+--stats+user%40remote.host%3A%2Fpath%2Fto%2Fcopy+%2Fpath%2Fto%2Flocal%2Fstorage