Holger,

Awesome catch!  I didn't even notice the difference in capitalization.

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: Holger Parplies [mailto:wb...@parplies.de]
Sent: Thursday, September 21, 2017 10:58 AM
To: Jeffrey West via BackupPC-users <backuppc-users@lists.sourceforge.net>
Cc: Les Mikesell <lesmikes...@gmail.com>; Jeffrey West
<jeffrey.w...@riptidesoftware.com>
Subject: Re: [BackupPC-users] Backing up Windows using rsync

Hi,

just for the record,

Jeffrey West via BackupPC-users wrote on 2017-09-19 12:10:56 -0400 [Re:
[BackupPC-users] Backing up Windows using rsync]:
> [...]
>
> $Conf{XferMethod} = 'rsyncd';
> $conf{RsyncShareName} = 'c-drive';

you need to assign to the correct variable - it's %Conf ... %conf is
simply a different (unused) variable. The assignment itself is valid, it
just doesn't do what you want.

> [...]

Jeffrey West via BackupPC-users wrote on 2017-09-19 15:21:11 -0400 [Re:
[BackupPC-users] Backing up Windows using rsync]:
> [...]
> The following is what works.  The RsyncShareName needed [ ]

Your conclusion is incorrect. It needed a capital C. The array form is
optional. See the comments in config.pl.

> $Conf{RsyncShareName} = [
>   'c-drive'
> ];

That works, as would have

  $Conf {RsyncShareName} = 'c-drive';

Regards,
Holger

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