Finally got it figured out!
There was a file in the .nx temp folder that did not
have Administrator privileges.  I gave it the correct
right and still no good so I excluded */temp and
everything runs great now.

Thanks so much for all your help!

Since I had such a difficult time finding sample files
I have included my config.pl and rsyncd.conf files.  I
can't tell any difference between having a / before a
folder name or not.  Either way the folders are not
backed up. 

/var/etc/backuppc/pc/client/config.pl
$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncShareName} = ['C', 'D'];
$Conf{BackupFilesExclude} =
['/$ntservicepackuninstall$', '/Documents and
Settings/*/Local Settings', '/RECYCLER', 'System
Volume Information', '/pagefile.sys', '/Temp',
'*/temp'];
$Conf{RsyncdUserName} = 'backuppc';
$Conf{RsyncdPasswd}  = '*****';
$Conf{XferLogLevel} = 9

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
    strict modes = false
    auth users = backuppc
    secrets file = c:\rsyncd\rsyncd.secrets
    read only = false
    list = false
[C]
 path = C:
 comment = Entire C
[D]
 path = D:
 comment = Entire D

--- Les Stott <[EMAIL PROTECTED]> wrote:

> 
> >
> > $Conf{BackupFilesOnly} = ['rsyncd', 'Documents and
> Settings'];
> > $Conf{BackupFilesExclude} = ['Documents and
> > Settings/*/Local Settings', [Documents and
> Settings/.nx', '*/Temp', 'RECYCLER',
> > 'System Volume Information', '*/Cache',
> > 'pagefile.sys'];
> >
> >
> >   
> sorry, that should be....
> 
> $Conf{BackupFilesOnly} = ['rsyncd', 'Documents and
> Settings'];
> $Conf{BackupFilesExclude} = ['Documents and
> Settings/*/Local Settings', 'Documents and
> Settings/.nx', '*/Temp', 'RECYCLER',
> 'System Volume Information', '*/Cache',
> 'pagefile.sys'];
> 
> 
> Les
> 
>
-------------------------------------------------------------------------
> 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
> BackupPC-users@lists.sourceforge.net
>
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to