Are you saying when you first try to backup, it says
"NT_STATUS_LOGON_FAILURE"? I'm having a problem just like that, but only
with Incremental backups. Someone in a previous post had mentioned
removing the -N from the smbclient command that backs up your pc. That
didn't seem to help me, but maybe it can help you. -N suppresses the
password prompt. You, of course, will need to provide a password. You
can also change that smbclient command to -d 3 (to get a better debug
error).
Another tip is to run the smbclient command at the command line, not
from backuppc. What I usually do is find the xferlog on the cgi
interface. Then I copy that top line that runs the smbclient command and
paste it into the shell (taking off the tarmode bit).
You can also do it like this from the shell:
/usr/bin/smbclient \\\\hostname\\sharename -U username%password -W domain
That should bring you to an smb prompt. You may have to specify
workgroup (with the -W option). You could also do a
/usr/bin/smbclient -L hostname -U username%password -W domain
to get a list of shares.
I figured out my problem and have corrected it in the per-PC config
file, but now I can't get the per-PC config file to be read, the main
one takes over and doesn't ever use the per-PC file.
Maybe that will help you on your LOGON problem.
Thanks,
Dawn
-----
Les Stott wrote:
Regis Gras wrote:
>> I have still problems with backuppc-3.0.0.
>>
>> Backup stop with the message
>> Error reading file \Local Settings\Temp\Cover picture.tiff : Call timed
>> out: server did not respond after 20000 milliseconds
>> I am using samba-client-3.0.10-1.4E.11 for smbclient
>>
>> I saw that the problem was depending on the samba version, then, I
>> installed backuppc-3.0.0 on an other server with
>> samba-client-3.0.23c-2.el5.2.0.2
>>
>> Now, exclude doesn't work ...
>> For a test_pc, test_pc.pl is:
>> $Conf{SmbShareName} = 'Documents';
>> $Conf{SmbShareUserName} = 'rgras';
>> $Conf{SmbSharePasswd} = 'xxxxx';
>>
>> With this configuration, backuppc works fine.
>>
>> Now, I want to exclude some directory. The test_pc.pl becomes
>> $Conf{SmbShareName} = 'Documents';
>> $Conf{SmbShareUserName} = 'rgras';
>> $Conf{SmbSharePasswd} = 'xxxxx';
>> $Conf{BackupFilesExclude} = [ '\Personnel' ];
>>
>>
>
>
> Change the "\" to a "/" $Conf{BackupFilesExclude} = [ '/Personnel' ];
Remember also that excludes are relative to > the share, so the above
assumes that the Personnel directory is at the root of the share called
Documents. Regards, > Les
Than you Les, but with
samba-client-3.0.23c-2.el5.2.0.2
the problem is always
Backuppc crashes with the message:
Last error is "session setup failed: NT_STATUS_LOGON_FAILURE".
Régis
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/