--On Thursday, July 13, 2017 4:37 PM +0000 Michael Stowe <mst...@chicago.us.mensa.org> wrote:

At this point, I'd recommend

sudo rsync --daemon --foreground --verbose

So you can actually tell what's happening.

According to the man page, --foreground should be --no-detach. That keeps the daemon from disappearing and causes its output to appear on the terminal. So the command would be:

sudo rsync --daemon --no-detach --verbose

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


------------------------------------------------------------------------------
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
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to