Hi again Oliver,

=================
If you want to check what smbclient can see as shares you can use the 
following command line: 
smbclient -L SERVERNAME -U USERNAME (-I instead of L if you are going by IP) 
=================

The following is the output of the commant smbclient -L -U;

backuppc@backuppc:~$ smbclient -L win-du57fe7dcg3 -U Administrator
Enter Administrator's password: 
Domain=[WIN-DU57FE7DCG3] OS=[Windows Server (R) 2008 Standard 6002 Service Pack 
2] Server=[Windows Server (R) 2008 Standard 6.0]

        Sharename       Type      Comment
        ---------       ----      -------
        ADMIN$          Disk      Remote Admin
        C$              Disk      Default share
        C$$             Disk      
        IPC$            IPC       Remote IPC
Domain=[WIN-DU57FE7DCG3] OS=[Windows Server (R) 2008 Standard 6002 Service Pack 
2] Server=[Windows Server (R) 2008 Standard 6.0]

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------

=================
Now if you want to list what you can see in a share you can use: 
smbclient \\\\SERVERNAME\\C$$ -U USERNAME (yes double the slashes so 
they are escaped) 
Once connected, use "ls" to list everything that can be seen.
=================

The following is the output form that command;

backuppc@backuppc:~$ smbclient \\\\win-du57fe7dcg3\\C$$ -U Administrator
Enter Administrator's password: 
Domain=[WIN-DU57FE7DCG3] OS=[Windows Server (R) 2008 Standard 6002 Service Pack 
2] Server=[Windows Server (R) 2008 Standard 6.0]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

I changed the hostname to something that's easier to remember but alas, same 
error;

backuppc@backuppc:~$ smbclient \\\\win2008server\\C$$ -U Administrator
Enter Administrator's password: 
Domain=[WIN2008SERVER] OS=[Windows Server (R) 2008 Standard 6002 Service Pack 
2] Server=[Windows Server (R) 2008 Standard 6.0]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME

Also, I am unable to access the xfer log files for this server on the web ui, 
they are not where you suggested either. Only way is via the command provided 
by Ray.

Thank you.

Kind Regards,

gshergill[/i]

+----------------------------------------------------------------------
|This was sent by [email protected] via Backup Central.
|Forward SPAM to [email protected].
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to