I have checked the setting based on your
recommendations and this is what I now have trying to
simplify.

On Linux /var/lib/backuppc/WinXP/config.pl
##Rsyncd for wolf
$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncShareName} = 'cDrive';
$Conf{BackupFilesOnly} = ['/rsyncd', '/Documents and
Settings'];
#$Conf{BackupFilesExclude} = ['/Documents and
Settings/*/Local Settings'];
#$Conf{RsyncdUserName} = 'backuppc';
#$Conf{RsyncdPasswd}  = '****';

On the WinXP box C:\rsyncd\rsyncd.conf

hosts allow = 192.168.1.10
use chroot = false
log file = c:/rsyncd/rsyncd.log
pid file = c:/rsyncd/rsyncd.pid
lock file = c:/rsyncd/rsyncd.lock
[cDrive]
    path = /cygwin/c
    comment = Entire C
    strict modes = true
    auth users = backuppc
    secrets file = c:/rsyncd/rsyncd.secrets
    read only = false
    list = false

My results:
2006-08-24 08:09:57 full backup started for directory
cDrive
2006-08-24 08:09:58 Got fatal error during xfer (auth
failed on module cDrive)
2006-08-24 08:10:03 Backup aborted (auth failed on
module cDrive)

I have tried both forward and back slash on the XP box
config file with no luck.

Any other suggestions?




--- Guus Houtzager <[EMAIL PROTECTED]> wrote:

> On Wednesday 23 August 2006 03:30, Barry Robinson
> wrote:
> 
> [...]
> 
> > [docs]
> >     path = c:/Documents and Settings
> >     comment = Documents and Settings
> >     strict modes = false
> >     secrets file = c:/rsyncd/rsyncd.secrets
> >     read only = true
> >     list = false
> >
> > [cDrive]
> >     path = c:
> >     comment = Entire Drive
> >     auth users = backuppc
> >     secrets file = c:/rsyncd/rsyncd.secrets
> >     hosts allow = 192.168.1.10
> >     strict modes = false
> >     read only = true
> >     list = false
> 
> [...]
> 
> > 2006-08-22 21:33:23 full backup started for
> directory
> > docs
> > 2006-08-22 21:33:23 Got fatal error during xfer
> (auth
> > required, but service docs is open/insecure)
> > 2006-08-22 21:33:28 Backup aborted (auth required,
> but
> > service docs is open/insecure)
> 
> Look closely at the [docs] entry, you're missing an
> 'auth users = ...' line :)
> Also check the syntax for path as somebody else
> said, because what you have 
> will probably not work:
> # Remember cygwin naming conventions : c:\work
> becomes /cygwin/c/work
> The spaces in Documents and Settings will work just
> fine.
> And if your rsyncd.conf is in the same directory as
> your rsyncd.secrets, then
> secrets file = rsyncd.secrets
> will also work.
> You can also place common lines for all modules in
> the global part of 
> rsyncd.conf (just put them at the top of the file),
> like the hosts allow 
> line, which will make it less likely to forget
> something.
> 
> > What am I doing wrong?  I am tired of reading
> endless
> > pages of dead ends and not finding any answers.
> > I hope one of you can disect my problem and shed
> some
> > light on this for me.
> 
> Hth!
> 
> > Thanks
> 
> Regards,
> 
> Guus
> 
>
-------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support
> web services, security?
> Get stuff done quickly with pre-integrated
> technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1
> based on Apache Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> BackupPC-users mailing list
> [email protected]
>
https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/
> 


†††††††††††††††††††††††††††††††††††††††††††

Hosea 4:6
my people are destroyed from lack of knowledge.

Galatians 5:1
It is for freedom that Christ has set us free.

Romans 10:9 
That if you confess with your mouth, "Jesus is Lord," and believe in your heart 
that God raised him from the dead, you will be saved.

††††††††††††††††††††††††††††††††††††††††††††

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to