> This is a VERY common misconfiguration. The excludes (and
> includes) are of the format:
>
> 'ShareName' => [ 'Exclusion1', 'Exclusion2' ]
>
> So your config should probably look like this:
>
> $Conf{BackupFilesExclude} = {
> 'D' => [
> '/scanner pubblico',
> '
I found the searchable email list and found my answer.
I made my conf file look like this and it worked fine!
$Conf{SmbShareUserName} = 'domain_name\\admin';
$Conf{SmbShareName} = [
'c$'
];
$Conf{BackupFilesOnly} = {
'c$' => ['/outlook']
};
>From what I can see it was the /
Forgot to show what the config file looks like, sorry
$Conf{SmbShareUserName} = 'domain_name\\admin';
$Conf{SmbShareName} = [
'c$'
];
$Conf{BackupFilesOnly} = {
'c$' => [
'\\outlook'
]
};
Rob Morin
Systems Administrator
Infinity Labs Inc.
(514) 387-0638 Ext: 207
On 2/15/2011 10:51 AM, Boniforti Flavio wrote:
> Hello everybody.
>
> I have following configuration for one of my hosts, but still the two
> excluded directories are being backed up.
> Where is the error lying?
>
> $Conf{BackupFilesExclude} = {
> '/scanner pubblico' => [
> ''
> ],
> '/sc
Hello all my first post, so please be gentle.
I installed and setup backupPC(3.1) on my Ubuntu(maverick) Linux box via
apt-get.
I use to use BackupPC a few years back for linux only backups and it worked
great. Recently my HP tape drive failed at work and I figured I would go to
disk backup