"[EMAIL PROTECTED]" writes:

> Every time I do a full backup, Backup PC seems to hiccup on the last
> file as such:
> 
> File /usr/local/backuppc/data//pc/lap2/XferLOG.0.z
> 
> Contents of file /usr/local/backuppc/data//pc/lap2/XferLOG.0.z, modified
> 2005-09-09 16:31:30
> 
> Running: /usr/local/samba/bin/smbclient \\\\lap2\\MyDir -U administrator -E 
> -N -d 1 -c tarmode\ full -TcrX - /My\ Pictures
> Xfer PIDs are now 1445,1444
> tar_re_search set
> Domain=[LAP2] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
> tarmode is now full, system, hidden, noreset, verbose
> tar: dumped 7 files and directories
> Total bytes written: 1055232
>   pool     644       0/0       19326 foo1.txt
>   pool     644       0/0       39100 foo2.txt
>   pool     644       0/0      223200 foo3.txt
>   pool     644       0/0      735571 foo4.txt
>   pool     644       0/0        9504 foo5.txt
> tarExtract: Unexpected end of tar archive (tot = 26588, num = 13824, posn = )
> tarExtract: Removing partial file foo6.txt
> tarExtract: BackupPC_tarExtact aborting (Unexpected end of tar archive)
> tarExtract: Done: 1 errors, 5 filesExist, 1026701 sizeExist, 172934 
> sizeExistComp, 5 filesTotal, 1026701 sizeTotal
> Got fatal error during xfer (Unexpected end of tar archive)
> Backup aborted (Unexpected end of tar archive)

Strange.  BackupPC_tarExtract is getting confused by the tar file
generated by smbclient.  What's your version of smbclient?

The only thing that comes to mind is whether your language setting
on your server are causing perl 5.8.7 to use a different character
encoding.  What is your LANG environment variable set to?

Failing that, the next step is to email me (off list) the output
from this command (compressed with gzip or bzip2 is fine):

    /usr/local/samba/bin/smbclient \\\\lap2\\MyDir -U administrator -E -N -d 1 
-c tarmode\ full -TcrX - /My\ Pictures

Be warned that it will contain your 7 files.  If you are concerned
about confidentiality, can you create a test case that fails with
dummy files?

Craig


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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