By the way:
Your tarmode string is wrong! The first space of the tarmode option is not
escaped:
Currently:
Running: /bin/smbclient \\hayun-13\GIS -I 192.168.1.75 -U arava\adir -E -d 1 -c
tarmode full \verbose -TcrX - ortho DEM
But should by:
Running: /bin/smbclient \\hayun-13\GIS -I 192.168.
> I tried to add the "verbose" option, and I'm still getting a failure:
Missunderstanding - The verbose option is only ONE of TWO required changes. The
second one is to fix the regex of Smb.pm. Because my know how to create a new
filter is really bad, I can't publish the solution for this (I've
Found some reasons!
First: smbclient/tarmode is since 4.1.4 (or later; not sure) not verbose by
default. But BackupPC analyzed this output. Because it is missing, BackupPC
mark the backup as failed.
The other issue is, that the new (verbose) output is no longer compatible with
the filter regex
Sounds like my issue with newer 4.1 versions.
see here:
http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/issue-with-samba-client-4-1-6-and-newer-125734/
Currently I try to find a solution.
+---