|
From: Marc G. <m.g...@li...> - 2018-01-09 16:01:36
|
Sorry, my mistake. That was the overall config file I posted, and I apologise again, I should've just posted the section regarding smb, I've put the includes in the host's config file.
$Conf{SmbShareName} = [
'audio'
];
$Conf{SmbSharePasswd} = 'Password1';
$Conf{SmbShareUserName} = 'backuppc';
$Conf{XferMethod} = 'smb';
$Conf{BackupFilesOnly} = {
'\\Archive' => [
''
],
'\\IT-Downloads' => [
''
],
'\\NI Sample Libraries' => [
''
],
'\\Impulse Responses' => [
''
],
'\\Backup' => [
''
],
'\\User Guides Installs' => [
''
],
'\\SoundsDatabase' => [
''
]
};
________________________________
From: Michael Stowe <mic...@me...>
Sent: 09 January 2018 15:55
To: Developers discussion
Subject: Re: [BackupPC-devel] SMB Windows share not backing up - NT_STATUS_ACCESS_DENIED listing \System Volume Information\SRM\*
On 2018-01-09 07:31, Marc Gilliatt wrote:
Ive posted to the correct mailing list.
Here are the contents to my config.pl
Right list, wrong file.
You didn't put any excludes in that one.
Also, you might want to just include the relevant parts of the file (which would be, in this case, the ones related to the SMB transport, includes and excludes.)
Given that there were no excludes in this file, it's a logical inference that they're in the machine-specific configuration file. Or they're not in any file, and your problem has been identified.
|