> -----Original Message----- > From: Kenneth Porter [mailto:sh...@sewingwitch.com] > Sent: Monday, January 16, 2017 8:18 PM > To: General list for user discussion, questions and support > Subject: Re: [BackupPC-users] Help with configuration for Win 10 client > > --On Monday, January 16, 2017 7:47 PM -0500 TE Dukes > <tdu...@palmettoshopper.com> wrote: > > > @RSYNCD: 31.0 > > > > Seems rsync is responding. > > So it's a configuration issue in rsyncd.conf. Perhaps the module definition > isn't correct. >
Here's the [phpbrew] module: [phpbrew] path = /cygdrive/c/Temp/phpbrew comment = Test strict modes = false # Limit this share to just these users (needs to match $Conf{RsyncdUserName} # and the c:/rsyncd/rsyncd.secrets files) auth users = backuppc # Password to match $Conf(RsyncdPasswd) secrets file = c:/rsyncd/rsyncd.secrets # List the IP address(es) of your BackupPC server(s), so only connections from these hosts will be allowed. hosts allow = * # Allows restores to write to this share read only = false list = false uid = 0 gid = 0 Also, I was looking at the config.pl in the rsync/rsyncd section and saw this: $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+'; Looks like its using ssh and root as the user, which brings up another question, who should the 'user' be?. I've been using backuppc as the user. Do I need ssh on a local network? Thanks ------------------------------------------------------------------------------ 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/