Sha256: 5363519852c7288af0623cc0cc04a955bb62a169e0acacb6adea20dd7e689c2f
Contents?: true
Size: 789 Bytes
Versions: 13
Compression:
Stored size: 789 Bytes
Contents
Rsync Transport Documentation ============================= In gorgon.json, you can change how files are uploaded from Originator to File Server and downloaded from File Server to Listeners. This setting is "rsync_transport" which could be either "ssh" or "anonymous" SSH Transport ------------- If you are using this setting, originator and all listeners should have SSH passwordless access to File Server. You can follow [these steps](http://www.linuxproblem.org/art_9.html) to setup SSH login without password. Anonymous Transport ------------------- If you are using this setting, you need to run the following in the File Server: ```bash mkdir -p ~/.gorgon/file_dir # here is where gorgon will push files under test gorgon start_rsync ~/.gorgon/file_dir ```
Version data entries
13 entries across 13 versions & 1 rubygems