Skip to content

Instantly share code, notes, and snippets.

@afcotroneo
Created January 27, 2022 13:45
Show Gist options
  • Save afcotroneo/8aa1b87590e0509f45b703e040ad9ac3 to your computer and use it in GitHub Desktop.
Save afcotroneo/8aa1b87590e0509f45b703e040ad9ac3 to your computer and use it in GitHub Desktop.
## copy files to or from your omnisci server with rsync
rsync -av --progress -e "ssh -i ~/.ssh/yourkey.pem" /path/to/file.csv centos@ec2-yourinstance.compute-1.amazonaws.com:~/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment