It was a mixture of both! Stealing the configs from a pure linux rsync
backuppc, I had:
$Conf{RsyncShareName} = '/UPC';

Which I now changed to
$Conf{RsyncShareName} = 'UPC';

And the new error makes even less sense to me,

Contents of file /var/lib/backuppc/pc/mas90-server/XferLOG.bad.z,
modified 2006-12-14 22:12:40

Connected to mas90-server:873, remote version 29
Negotiated protocol version 26
Error connecting to module UPC at mas90-server:873: chroot failed
Got fatal error during xfer (chroot failed)
Backup aborted (chroot failed)

????????

I don't have chroot enabled anymore, it is completely absent from the
rsyncd.conf on the winbox.

Thanks,
Jim


On 12/14/06, Randy Barlow <[EMAIL PROTECTED]> wrote:
> On Thursday 14 December 2006 21:50, Jim McNamara wrote:
> > [UPC]
> > /cygdrive/f/UPC
> > hosts allow = 192.168.2.1
> > strict modes = false
>
> > Connected to mas90-server:873, remote version 29
> > Negotiated protocol version 26
> > Error connecting to module /UPC/ at mas90-server:873: Unknown module
> > '/UPC/' Got fatal error during xfer (Unknown module '/UPC/')
> > Backup aborted (Unknown module '/UPC/')
>
> > It seems to me that module /UPC/ is pretty well defined, but obviously
> > this is new territory to me. Do I need to define it differently
> > somehow?
>
> In your per PC config for this machine (or in your general config if not using
> per PC config), do you have
>
> $Conf{RsyncShareName} = '/UPC/';
>
> or do you have
>
> $Conf{RsyncShareName} = 'UPC';
>
> ?  For rsyncd it should be the latter, not the former!
>
> R
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to