As far as I know, the "Share" name has to be the first part of the exclude
key. Otherwise it's ignored.
so I would try something like :
$Conf{RsyncShareName} = [
'/',
'/boot'
];
$Conf{BackupFilesExclude} = {
'/' => [
'var/lib/BackupPC/*'
]
};
not sure of the exact syntax as it's just
Hi,
I have a weird problem with my new backuppc instance and I was hoping
someone would be able to give me some hints.
Technical informations :
ubuntu 14.04.1
apache 2.4.7
backuppc 3.3.0 (installed with apt-get install backuppc)
browsers : linux FF 34, windows FF 32, IE 10
It's working fine, I h