Created
January 27, 2022 13:45
-
-
Save afcotroneo/8aa1b87590e0509f45b703e040ad9ac3 to your computer and use it in GitHub Desktop.
This file contains 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
## copy files to or from your omnisci server with rsync | |
rsync -av --progress -e "ssh -i ~/.ssh/yourkey.pem" /path/to/file.csv [email protected]:~/. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment