Yes,


I am looking for a way that is does not connect on port 22, but instead
connects to port 873 and just uses rsync to do the transfer.  My machine
has rsync running and listening on port 873



C:\Users\jeffrey.west>netstat -an | grep 873

  TCP    0.0.0.0:873            0.0.0.0:0              LISTENING

  TCP    [::]:873               [::]:0                 LISTENING



Jeff West
Systems Engineer
Riptide Software
Office 321-296-7724 ext 216 <(321)%20296-7724>
Direct 407-542-7697 <(407)%20542-7697>
Cell    407-925-7030 <(407)%20925-7030>
www.riptidesoftware.com



*From:* Michael Stowe [mailto:michael.st...@member.mensa.org]
*Sent:* Monday, September 18, 2017 5:25 PM
*To:* General list for user discussion, questions and support <
backuppc-users@lists.sourceforge.net>
*Cc:* Jeffrey West <jeffrey.w...@riptidesoftware.com>
*Subject:* Re: [BackupPC-users] Backing up Windows using rsync



On 2017-09-18 11:47, Jeffrey West via BackupPC-users 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’; $conf{RsyncShareName}
= ‘C’; $Conf{FullAgeMax} = ‘8’; $Conf{RsyncClientCmd} = ‘backuppc $host
$rsyncPath $argList+’; $Conf{RsyncClientRestoreCmd} = ‘$sshPath -q -x -l
backuppc $host $rsyncPath $argList+’;

Jeff West Systems Engineer Riptide Software Office 321-296-7724 ext 216
Direct 407-542-7697 Cell 407-925-7030 www.riptidesoftware.com

Are you looking for an answer other than “use rsyncd?”
------------------------------------------------------------------------------
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