Jon Drukman wrote:
This may seem odd, but I'm trying to start rsync in daemon mode from an
ssh connection... ie, something like this:
ssh host1 /usr/bin/rsync --daemon --port= --config=/path/to/config.txt
the reason why is i need to start it on 40 machines and manually logging
into each one
This may seem odd, but I'm trying to start rsync in daemon mode from an
ssh connection... ie, something like this:
ssh host1 /usr/bin/rsync --daemon --port= --config=/path/to/config.txt
the reason why is i need to start it on 40 machines and manually logging
into each one is a pain. even wi