Craig Barratt wrote: > Smbclient uses a file timestamp for setting the incremental date. > That file is /usr/local/backuppc/data/pc/dc1/timeStamp.level0 > which gets removed after the backup. So you should replace > that with some other file that can be empty: > > touch timeStamp.level0 > > Craig
Hi again Craig. I'm also experiencing and attempting to troubleshoot this problem. I tried the proposed method for testing, and turned the debug level up a bit. The transcript is below. Any ideas? So far I've had no luck Googling for answers. Cheers, Matthew === [14:28:32 [EMAIL PROTECTED]:~/blah]$ PASSWD=mypasswd [14:28:53 [EMAIL PROTECTED]:~/blah]$ export PASSWD [14:29:01 [EMAIL PROTECTED]:~/blah]$ ls -l ../timeStamp.level0 -rw-rw-r-- 1 backuppc backuppc 0 Jul 20 14:10 ../timeStamp.level0 [14:32:20 [EMAIL PROTECTED]:~/blah]$ /usr/bin/smbclient \\\\192.168.0.2\\myshare -U backuppc -E -N -d 3 -c tarmode full -TcN ../timeStamp.level0 - Getting files newer than Thu Jul 20 14:10:46 2006 lp_load: refreshing parameters Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" added interface ip=192.168.0.3 bcast=192.168.0.255 nmask=255.255.255.0 Client started (version 3.0.23-1.fc4). Connecting to 192.168.0.2 at port 445 Doing spnego session setup (blob length=16) server didn't supply a full spnego negprot Got challenge flags: Got NTLMSSP neg_flags=0x628a0215 NTLMSSP: Set final flags: Got NTLMSSP neg_flags=0x60080215 NTLMSSP Sign/Seal - Initialising with flags: Got NTLMSSP neg_flags=0x60080215 SPNEGO login failed: Logon failure session setup failed: NT_STATUS_LOGON_FAILURE Connecting to 192.168.0.2 at port 445 Doing spnego session setup (blob length=16) server didn't supply a full spnego negprot Got challenge flags: Got NTLMSSP neg_flags=0x628a0215 NTLMSSP: Set final flags: Got NTLMSSP neg_flags=0x60080215 NTLMSSP Sign/Seal - Initialising with flags: Got NTLMSSP neg_flags=0x60080215 SPNEGO login failed: Logon failure session setup failed: NT_STATUS_LOGON_FAILURE ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/
