I'm trying to configure a Backuppc server and am running into a few problems. The server finds the shares and backs them up - fine, but I can't seem to get it to exclude files. I have this variable set with no include option given (as BPC will only allow one or other and not both).
$Conf{BackupFilesExclude} = {
'c' => ['/windows', '/i386', '/Program\ Files'],
};
And yet those folders are still backed up, any ideas?
$Conf{BackupFilesExclude} = {
'c' => ['/windows', '/i386', '/Program\ Files'],
};
And yet those folders are still backed up, any ideas?