I kinda figured that would be one of the first questions I was asked. I was 
attempting to 'keep it simple' so as I mentioned, I configured it from the GUI, 
but in searching the mail archives I see that manually editing the conf file 
seems like the way to go. Here's what I have so far:

$Conf{RsyncShareName} = [
  '/home'
];

$Conf{BackupFilesExclude} = {
  '/home/*/Downloads' => [
    ''
  ]
};

It looks like I need to change it to:

$Conf{BackupFilesExclude} = {
  '/home' => [
    '',
    '/*/Downloads'
  ]
};

Is that correct?

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to