Skip to content

Instantly share code, notes, and snippets.

@dueyfinster
Created November 29, 2016 12:33
Show Gist options
  • Select an option

  • Save dueyfinster/e4c19493841fb6c20aea3443e16b9fd6 to your computer and use it in GitHub Desktop.

Select an option

Save dueyfinster/e4c19493841fb6c20aea3443e16b9fd6 to your computer and use it in GitHub Desktop.
Sync UCD VM
#!/bin/bash
rsync -urv --progress ~/Dropbox/dev/ucd/HPC/Assignments/ csserver.ucd.ie:/home/msc2013/ngrogan/Assignments/
sleep 1
rsync -urv --progress csserver.ucd.ie:/home/msc2013/ngrogan/Assignments/ ~/Dropbox/dev/ucd/HPC/Assignments/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment