On 2018-01-10 03:08, Marc Gilliatt wrote:
Is the following in the correct format?
$Conf{SmbShareName} = [
'audio'
];
$Conf{SmbSharePasswd} = 'Password1';
$Conf{SmbShareUserName} = 'backuppc';
$Conf{XferMethod} = 'smb';
$Conf{BackupFilesOnly} = {
'audio' => [ '\\Archive'],
'audio' => [ '\\IT-Downloads'],
'audio' => [ '\\NI Sample Libraries'],
'audio' => [ '\\Impulse Responses'],
'audio' => [ '\\Backup'],
'audio' => [ '\\User Guides Installs'],
'audio' => [ '\\SoundsDatabase'];
}
No, Sorry, I should have provided a more complete example:
$Conf{BackupFilesOnly} = {
'audio' => [ '\\Archive',
'\\IT-Downloads',
'\\NI Sample Libraries',
'\\Impulse Responses',
'\\Backup',
'\\User Guides Installs',
'\\SoundsDatabase' ];
}
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-devel mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-devel
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/