Les,

Thanks!  I didn't realize you could edit the individual configs from the web
interface.  The syntax was wrong and it is working now.   The following is
what works.  The RsyncShareName needed [ ]

$Conf{RsyncdClientPort} = 873;
$Conf{ClientNameAlias} = 'l-jwest17b.corpnet.com';
$Conf{XferMethod} = 'rsyncd';
$Conf{FullAgeMax} = 8;
$Conf{RsyncdUserName} = 'backup';
$Conf{RsyncdPasswd} = 'backup';
$Conf{RsyncShareName} = [
  'c-drive'
];

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: Tuesday, September 19, 2017 1:41 PM
To: Jeffrey West <jeffrey.w...@riptidesoftware.com>
Cc: General list for user discussion, questions and support
<backuppc-users@lists.sourceforge.net>
Subject: Re: [BackupPC-users] Backing up Windows using rsync

On Tue, Sep 19, 2017 at 12:24 PM, Jeffrey West
<jeffrey.w...@riptidesoftware.com> wrote:
> This is what I am seeing from the web interface.
>
> Last status is state "idle" (backup failed) as of 9/19 09:28.
> Last error is "Unknown module '/'".
> Pings to l-jwest17b.corpnet.com have succeeded 50 consecutive times.
>
> I wonder why it would not parse the sharename correctly.  I believe
> the syntax is correct.

I mean the configuration editor for the host:
http://backuppc.sourceforge.net/BackupPC-4.1.1.html#Configuration-and-Host-Editor

It should parse things the same way as the running system.

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