I'm running backuppc and am coming up with various errors that I don't understand.
It seems to boil down to things coming back with NT_STATUS_BAD_NETWORK_NAME
As far as I can tell this means that it can't read the specified network share due to a problem with permissions. I have set (not actual values)
$Conf{SmbShareUserName} = 'brian';
$Conf{SmbSharePasswd} = 'password';
so it should have sufficient access - any ideas?
It seems to boil down to things coming back with NT_STATUS_BAD_NETWORK_NAME
As far as I can tell this means that it can't read the specified network share due to a problem with permissions. I have set (not actual values)
$Conf{SmbShareUserName} = 'brian';
$Conf{SmbSharePasswd} = 'password';
so it should have sufficient access - any ideas?