Skip to content

Commit

Permalink
Merge pull request #31 from displague/patch-1
Browse files Browse the repository at this point in the history
include example rsync usage with hss
  • Loading branch information
akerl committed Oct 16, 2014
2 parents a8b8f7f + 40a1d4e commit 3d64f25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,18 @@ This script can be used by SCP and other things that use SSH as a transport. To
scp -S hss host:files/ other_host:location/
```

To use it with rsync, use the -e flag:

```
rsync -e hss files/ host:location/
```


You can alias this for the greater good:

```
alias pcs='scp -S hss'
alias cnysr='rsync -e hss'
```

## Configuration
Expand Down

0 comments on commit 3d64f25

Please sign in to comment.