I have to backup a share that is only reachable via SMB2:

server ~ # smbclient -L 192.168.160.1 -U user%pw
protocol negotiation failed: NT_STATUS_CONNECTION_RESET

server ~ # smbclient -L 192.168.160.1 -U user%pw -m SMB2
Domain=[ANLAGEN-SERVER] OS=[] Server=[]

[..]

        ADMIN$          Disk      Remoteverwaltung
        C$              Disk      Standardfreigabe
        IPC$            IPC       Remote-IPC

[..]

Can amsamba use that "-m SMB2" somehow?

"man amsamba" doesn't tell ...

Reply via email to