Ok, here is something interesting that I discovered. I can keep everything the same (host, path, etc.) except change the logid and pwd to anything I like (fictitious or real) and it will still complete successfully (but not copy files), but if I blank out the logid and pwd then it fails and I get this message in the log:
--------------------------------------------------------------------------------
FULL Backup started. Sat Jul 2 21:24:50 EDT 2011
Job: 006
Protocol: cifs-ab
Source: //Gandalf/Users/NAS/Contacts
Destination: [Test]/
Anonymous login successful
tree connect failed: NT_STATUS_ACCESS_DENIED
Files copied: 0
Backup failed. Sat Jul 2 21:24:51 EDT 2011.
Reason for failure:
Error encountered copying data from remote source path //Gandalf/Users/NAS/Contacts ==> /Test/ due to permission denial on one or more files
-------------------------------------------------------------------------
So it looks like the anonymous login works, but the job fails due to permission denial on the files. If you use any random logid/pwd then the job completes but the files do not copy probably because the session setup failed. I have no idea what to make of it.
