Last active
December 19, 2018 08:49
-
-
Save iamwrm/1e88bd33341da1bdaa189c1c8c13badd to your computer and use it in GitHub Desktop.
rsync
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 -azvh --delete-after . [email protected]:~/Documents/l8 | |
rsync -azvh -e 'ssh -p 3023' Downloads/docker-ce_18.09.0_3-0_ubuntu-bionic_amd64.deb wr@localhost:/home/wr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment