Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 789 Bytes

rsync_transport.md

File metadata and controls

20 lines (14 loc) · 789 Bytes

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 to setup SSH login without password.

Anonymous Transport

If you are using this setting, you need to run the following in the File Server:

mkdir -p ~/.gorgon/file_dir             # here is where gorgon will push files under test
gorgon start_rsync ~/.gorgon/file_dir