It seems the XferLOG file is very short. Can you just send the whole thing
please?
It appears just one 63 byte file gets transferred. Is Test.txt the only
file in the BackupPC-Test share?
BackupPC 3.3.1 with smb transfers checks for either of these two strings:
"tar_process done, err = 0" and "Total bytes received: 63" to confirm that
the transfer ended normally. Both of those are present. So I'm not sure
why it thinks there is a fatal error. Hopefully there's a clue somewhere
in the XferLOG file.
Looking at the code, any of these strings will be taken as a backup failure
(and if so, the XferLOG file should have a message: "This backup will fail
because:...")
} elsif ( /^code 0 listing /
|| /^\s*code 0 opening /
|| /^\s*abandoning restore/i
|| /^\s*Error: Looping in FIND_NEXT/i
|| /^\s*SUCCESS - 0/i
|| /^\s*Call timed out: server did not respond/i
|| /^\s*tree connect failed: ERRDOS - ERRnoaccess
\(Access denied\.\)/
|| /^\s*tree connect failed: NT_STATUS_BAD_NETWORK_NAME/
|| /^\s*NT_STATUS_INSUFF_SERVER_RESOURCES listing /
Craig
On Thu, Oct 18, 2018 at 6:14 AM Paul Littlefield <[email protected]> wrote:
> On 18/10/2018 14:13, Paul Littlefield wrote:
> > Ah, logged in and this is the samba smbclient command line...
>
> and this is the end of the XferLOG file...
>
>
> Domain=[PC] OS=[Windows 7 Home Premium 7601 Service Pack 1]
> Server=[Windows 7 Home Premium 6.1]
> session setup ok
> tconx ok
> tar:316 tarmode is now full, system, hidden, noreset, quiet
> tar:702 tar_process do_list with mask: \\*
> tar:899 +++ \Test.txt
> tar:712 Total bytes received: 63
> tar:632 tar_process done, err = 0
> pool 644 0/0 63 Test.txt
> tarExtract: Done: 0 errors, 1 filesExist, 63 sizeExist, 63 sizeExistComp,
> 1 filesTotal, 63 sizeTotal
> Got fatal error during xfer (tar:632 tar_process done, err = 0)
> Backup aborted (tar:632 tar_process done, err = 0)
>
> --
>
> Paul Littlefield
>
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/