Hi,
Rob Morin wrote on 24.05.2007 at 16:45:26 [[BackupPC-users] Cannot backup a sub
directory of a share?]:
> I set up a couple servers in the host file and created the config files
> for each of them... i was doing some tests when i ran into this problem...
>
> if i do in a config file
>
> $Conf{SmbShareName} = ['Applications'];
>
> The share here being Applications, all is backed up well, but if i do ..
>
> $Conf{SmbShareName} = ['Applications\stuff'];
>
> It fails with
>
> Backup aborted (tree connect failed: NT_STATUS_BAD_NETWORK_NAME)
I believe that should be
$Conf {SmbShareName} = ['Applications'];
$Conf {BackupFilesOnly} = {
'Applications' => ['/stuff']
};
Note that you can only use either BackupFilesOnly or BackupFilesExclude
with SMB.
> 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?
Not really. Permissions? Share permissions? Drive empty? Wrong password?
In what kind of way does it "not work"?
Regards,
Holger
-------------------------------------------------------------------------
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/