Skip to content

Instantly share code, notes, and snippets.

@ddebin
Created December 6, 2013 13:58
Show Gist options
  • Save ddebin/7824222 to your computer and use it in GitHub Desktop.
Save ddebin/7824222 to your computer and use it in GitHub Desktop.
ESXi service description for rsync in daemon mode.
<ConfigRoot>
<service>
<id>rsync</id>
<rule id="0000">
<direction>outbound</direction>
<protocol>tcp</protocol>
<porttype>dst</porttype>
<port>873</port>
</rule>
<rule id="0001">
<direction>outbound</direction>
<protocol>udp</protocol>
<porttype>dst</porttype>
<port>873</port>
</rule>
<enabled>true</enabled>
<required>false</required>
</service>
</ConfigRoot>
@jpluimers
Copy link

How did you configure ESXi to run rsync as daemon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment