Am 05.07.2017 um 17:26 schrieb Bob Katz: > Dear Les and group: > > > So it seems the daemon is not running on the port? This ps command > seems to say the daemon is running: > > > [bobkatz@localhost Documents]$ ps x | grep rsync > 17690 pts/1 S+ 0:00 grep --color=auto rsync
The output of this command should look like so: 3411 ? S 0:00 /usr/bin/rsync --no-detach --daemon --config /etc/rsyncd.conf 13490 pts/0 S+ 0:00 grep rsync The line with "grep rsync" comes from the ps x command you entered. So, no, your rsync server does not run. Try to start it with service rsync start (or whatever your server OS requires to start the rsyncd) With kind regards Stefan Peter -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? (See https://en.wikipedia.org/wiki/Posting_style for details) ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
