Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Forked from ddebin/rsync.xml
Created July 24, 2023 14:32
Show Gist options
  • Save jpluimers/74ae650d048b2333f00411a9ab38113b to your computer and use it in GitHub Desktop.
Save jpluimers/74ae650d048b2333f00411a9ab38113b 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment