Rsync/Docker: Difference between revisions
From charlesreid1
(Created page with "rsyncd.conf man page: https://linux.die.net/man/5/rsyncd.conf Default port for rsync is 873. The rsync docker container acts as a kind of void function: it modifies (updates...") |
No edit summary |
||
| Line 2: | Line 2: | ||
Default port for rsync is 873. | Default port for rsync is 873. | ||
Link to rsync docker container files: https://git.charlesreid1.com/docker/d-rsync | |||
The rsync docker container acts as a kind of void function: it modifies (updates) files on disk, based on the traffic on port 873, but it does not result in any traffic being sent out, so it "returns" nothing. | The rsync docker container acts as a kind of void function: it modifies (updates) files on disk, based on the traffic on port 873, but it does not result in any traffic being sent out, so it "returns" nothing. | ||
Revision as of 05:53, 5 April 2017
rsyncd.conf man page: https://linux.die.net/man/5/rsyncd.conf
Default port for rsync is 873.
Link to rsync docker container files: https://git.charlesreid1.com/docker/d-rsync
The rsync docker container acts as a kind of void function: it modifies (updates) files on disk, based on the traffic on port 873, but it does not result in any traffic being sent out, so it "returns" nothing.
address = 127.0.0.1