Created
December 6, 2013 13:58
-
-
Save ddebin/7824222 to your computer and use it in GitHub Desktop.
ESXi service description for rsync in daemon mode.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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
How did you configure ESXi to run rsync as daemon?