Changing the method to rsyncd made some progress. It now connects on port
873. I am now getting this error
A command for l-jwest17b.corpnet.com is on the command queue (will run
soon).
Last status is state "idle" (backup failed) as of 9/19 08:56.
Last error is "Unknown module '/'".
Pings to l-jwest17b.corpnet.com have succeeded 43 consecutive times
My config is now
[root@backuppc pc]# vi l-jwest17b.corpnet.com.pl
$Conf{RsyncdClientPort} = 873;
$Conf{ClientNameAlias} = 'l-jwest17b.corpnet.com';
$Conf{XferMethod} = 'rsyncd';
$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
-----Original Message-----
From: Les Mikesell [mailto:lesmikes...@gmail.com]
Sent: Monday, September 18, 2017 5:01 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 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/