How do I use rsync to sync my repo on my mac to university server where I have ssh access?

Posted by snihalani on Super User See other posts from Super User or by snihalani
Published on 2012-09-03T14:56:29Z Indexed on 2012/09/03 15:40 UTC
Read the original article Hit count: 171

Filed under:
|
|
|

I need to use my university's ssh access and run my programs there for testing. I don't have sudo access there. It doesn't have vncserver there either. I would work with vim and make but I need git at least. Now I am looking into rsync to sync my current source directory into a remote directory and I'll ssh into the directory and run my make file to test it. I am looking at the man page of rsync and it looks very complicated. Can anyone please help me with this? I have googled in superuser and all commands seem different for different cases.

Can anyone please help me with this?

© Super User or respective owner

Related posts about osx

Related posts about ssh