I found in my testing that you don't want that backslash before "verbose".

What you have specified:

Running: /bin/smbclient \\host\share -U username -E -d 1 -c tarmode full
\verbose -Tc -

What I found I needed with BackupPC v4 (should be same with 3)

Running: /bin/smbclient \\host\share -U username -E -d 1 -c tarmode full
verbose -Tc -


Here is what I changed my backuppc config.pl to look like:

$Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName $I_option
-U $userName -E -d 1 -c tarmode\\ full\\ verbose -Tc$X_option - $fileList';

I also updated the SMB  incremental and restore commands.

David


On Sun, Dec 27, 2015 at 10:29 AM, pasci <backuppc-fo...@backupcentral.com>
wrote:

> 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.1.75 -U arava\adir -E -d
> 1 -c tarmode\ full \verbose -TcrX - ortho DEM
>
> +----------------------------------------------------------------------
> |This was sent by p.kuen...@pk-its.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +----------------------------------------------------------------------
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>



-- 
David Cramblett
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to