BackupPC-users

[BackupPC-users] exclude ignores hidden folders

2013-06-14 04:25:38
Subject: [BackupPC-users] exclude ignores hidden folders
From: "StompDagger1 AT yahoo DOT com" <stompdagger1 AT yahoo DOT com>
To: "backuppc-users AT lists.sourceforge DOT net" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 14 Jun 2013 01:23:37 -0700 (PDT)
Hello,

I'm trying to backup my /home folder but exclude the vm folder used by VB, but for some reason when ever I run backup, the folder's content is always backed up.

what am I doing wrong? here is the host's config:

$Conf{RsyncShareName} = [
  '/home',
  '/root'
];
$Conf{BackupFilesExclude} = {
  '/home/virt_admin' => [
    'Machines'
  ],
  '/home/*' => [
    '.VirtualBox/Machines',
    'Downloads'
  ]
};
$Conf{XferMethod} = 'rsync';
$Conf{BlackoutPeriods} = [
  {
    'hourEnd' => 6,
    'weekDays' => [
      0,
      1,
      2,
      3,
      4,
      5,
      6
    ],
    'hourBegin' => 23
  }
];
$Conf{FullAgeMax} = 84;
$Conf{FullKeepCnt} = [
  12
];
$Conf{IncrAgeMax} = 84;
$Conf{IncrKeepCnt} = 4;
$Conf{IncrLevels} = [
  1,
  2,
  3,
  4
];
$Conf{IncrPeriod} = '3.97';
$Conf{BackupsDisable} = 2;

Thanks.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>