Hello,

I have some really big directories in the home dir. I would like to exclude those dirs from backup but can not get it working.

My client config:

#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'rsync';

$Conf{RsyncShareName} = [
 '/etc',
 '/root',
 '/home/userX/BackupTest'
];

#   Don't do backups between Midnight and 9am
#   PC'c should be backed up during the day
#   Backed up at first wakeup after 9am
$Conf{BlackoutGoodCnt} = '0';
$Conf{BlackoutBadPingLimit} = '3';
$Conf{BlackoutPeriods} = [
 {
   'hourEnd' => '9',
   'weekDays' => [
     '0',
     '1',
     '2',
     '3',
     '4',
     '5',
     '6'
   ],
   'hourBegin' => '0'
 }
];
$Conf{BackupFilesExclude} =
  [
   '/home/userX/BackupTest/IgnoreThisDir'
];

Any idea?

BR / Joacim
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to