I just installed openSuSE 11 and fully patched it. I’m trying to backup a remote Windows PC and am getting a “Segmentation Fault” error.
The smbclient version is “Version 3.2.0rc1-22.1-1795-SUSE-SL11.0”
The command I’m using is:
/usr/bin/smbclient \\\\<computername>\\C\$ -A <authentication file> -E -d 1 -c tarmode\ full -Tc -
When I remove "tarmode\ ", it seems to work fine, but obviously not best.
I’ve seen references to a source patch on the internet, but I don’t wish to recompile the source. How could I go about getting an RPM patch (if needed)?
Thanks,
Ethan