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
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to