Hi Rob, as for part two:
> Also second question if i simply do ...
>
> $Conf{SmbShareName} = ['d$'];
>
> this does not work either... i am using backuppc version 3.0.0-2.1 on Debian 
> Etch
>
> the username i use to back up with has domain admins privillages....
>
> Any ideas?
>   
First you should be able to confirm your share names are all visible using
    smbclient -L host -U username

Then you can test opening d$ using
    smbclient //host/d$ -U username

to see if you can connect manually.

Hope that helps ~Curt

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to