On Mon, Sep 18, 2017 at 1:47 PM, Jeffrey West via BackupPC-users
<backuppc-users@lists.sourceforge.net> wrote:
> All,
>
> I have rsync up and running on Windows and can successfully transfer files
> by running the rsync command from the BackupPC command line.   I do not want
> to use SSH.  Is there some way I can tell BackupPC not to use SSH when
> connecting via rsync?  This is my config file
>
> $Conf{RsyncdClientPort} = 873;
> $Conf{ClientNameAlias} = 'l-jwest17b.corpnet.com';
> $Conf{XferMethod} = 'rsync';

If you are running a standalone rsync daemon on the target system, use
rsyncd as the xfermethod instead of rsync.

> $conf{RsyncShareName} = 'C';

And the sharename(s) should match the 'modules' you configured in your
rsyncd.conf.

-- 
    Les Mikesell
      lesmikes...@gmail.com

------------------------------------------------------------------------------
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