BackupPC-users

Re: [BackupPC-users] yet another exclude folder syntax question

2013-11-29 09:00:35
Subject: Re: [BackupPC-users] yet another exclude folder syntax question
From: "Hughes, Michael B [CSSM]" <mbhughes AT iastate DOT edu>
To: "backuppc-users AT lists.sourceforge DOT net" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 29 Nov 2013 13:58:57 +0000
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
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>