Can anyone give me examples for the following scenarios on python fabric? I have been searching for weeks but just can not seem to get the right formula going.
I am trying to achieve the following:
- rsync a folder from local server to a remote server using a specific user and ssh keys
- Start a installation remotely (java app etc) as that user
Here is a snippet of what I was playing with: