Skip to content

Instantly share code, notes, and snippets.

@dineshadepu
Last active June 25, 2019 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dineshadepu/1d3373752c9195bed9d4fc9c8b85c359 to your computer and use it in GitHub Desktop.
Save dineshadepu/1d3373752c9195bed9d4fc9c8b85c359 to your computer and use it in GitHub Desktop.
sync between lab desktop to gpu computer
rsync -arv --exclude={_output,target/,.vtk,_output,target/,.pyc,.o,.c,.cpp,~,.so,.orig,.npz,.log,.npz,.pyd,test.pyx,.egg-info/,build/,dist/,.tox/,.out,*_output,cpp,emacs,softwares,papers} ~/phd/ dinesh@10.101.62.141:~/phd/
@dineshadepu
Copy link
Author

rsync -arv --exclude={_output,target/,.vtk,_output,target/,.pyc,.o,.c,.cpp,~,.so,.orig,.npz,.log,.npz,.pyd,test.pyx,.egg-info/,build/,dist/,.tox/,.out,*_output,cpp,emacs,softwares,papers} /phd/ dinesh@10.101.62.141:/phd/

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