Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[BackupPC\-users\]\s+Exclusions\s+List\s*$/: 14 ]

Total 14 documents matching your query.

1. [BackupPC-users] Exclusions List (score: 1)
Author: Heath Yob <heathy AT stanford DOT edu>
Date: Mon, 12 Oct 2009 10:38:34 -0700
I'm having problems getting the exclusions to work. Server is a debian 5 box running version 3.1. I'm backing up an OSX client via ssh rsync. The backup part is working. The problem is that the exclu
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00101.html (12,962 bytes)

2. Re: [BackupPC-users] Exclusions List (score: 1)
Author: "Harald Amtmann" <[email protected]>
Date: Mon, 12 Oct 2009 19:49:06 +0200
I think you have to add the path. Something like */*.mp3 -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/g
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00102.html (13,250 bytes)

3. Re: [BackupPC-users] Exclusions List (score: 1)
Author: Heath Yob <heathy AT stanford DOT edu>
Date: Mon, 12 Oct 2009 11:27:38 -0700
Hmm. I tried */*.mp3 and /*.mp3. It's still picking up the test mp3 files. I make a new file ever incremental to see if it picks it up. I'm not seeing the filters when I run the incremental: /usr/bin
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00103.html (14,260 bytes)

4. Re: [BackupPC-users] Exclusions List (score: 1)
Author: "Michael Stowe" <mstowe AT chicago.us.mensa DOT org>
Date: Mon, 12 Oct 2009 14:09:24 -0500
Probably. Does your exclude look like this? $Conf{BackupFilesExclude} = { '*' => [ '*/*.mp3' ] }; -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event y
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00104.html (15,567 bytes)

5. Re: [BackupPC-users] Exclusions List (score: 1)
Author: Heath Yob <heathy AT stanford DOT edu>
Date: Mon, 12 Oct 2009 12:16:03 -0700
This is what it is. I added some other to see if it catches. $Conf{BackupFilesExclude} = { 'Media' => [ '*.mp3', '*/*.mp3', '/*.mp3' ] }; Heath On Oct 12, 2009, at 12:09 PM, Michael Stowe wrote: Prob
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00105.html (18,607 bytes)

6. Re: [BackupPC-users] Exclusions List (score: 1)
Author: "Michael Stowe" <mstowe AT chicago.us.mensa DOT org>
Date: Mon, 12 Oct 2009 14:22:56 -0500
That would only apply to the module "Media," which is appropriate if and only if "Media" is listed as the share to back up. It looks like you put "/Users/heathy/Music/" there instead, which ... doesn
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00106.html (15,632 bytes)

7. Re: [BackupPC-users] Exclusions List (score: 1)
Author: Shawn Perry <redmopml AT comcast DOT net>
Date: Mon, 12 Oct 2009 13:52:42 -0600
I could never get the exclude to work via backuppc so I did it with rsync excludes directly "--exclude=*.rpm" $Conf{RsyncArgs} = [ '--numeric-ids', '--perms', '--owner', '--group', '-D', '--links', '
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00107.html (18,087 bytes)

8. Re: [BackupPC-users] Exclusions List (score: 1)
Author: "Tyler J. Wagner" <tyler AT tolaris DOT com>
Date: Mon, 12 Oct 2009 22:19:20 +0100
Here's an example of one that I use to exclude files beginning with 'core.' or ending with '.lock': $Conf{BackupFilesExclude} = { '/' => [ 'core.*', '*.lock' ] }; Note that the first part must match
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00108.html (17,633 bytes)

9. Re: [BackupPC-users] Exclusions List (score: 1)
Author: Heath Yob <heathy AT stanford DOT edu>
Date: Mon, 12 Oct 2009 14:36:33 -0700
Ok so I've updated stuff and things sorta work but not exactly how I want. The rsync exclude works but the exclusion list still doesn't work. Exclusion list now looks like: $Conf{BackupFilesExclude}
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00109.html (18,848 bytes)

10. Re: [BackupPC-users] Exclusions List (score: 1)
Author: Shawn Perry <redmopml AT comcast DOT net>
Date: Mon, 12 Oct 2009 15:49:07 -0600
On Mon, Oct 12, 2009 at 3:19 PM, Tyler J. Wagner <tyler AT tolaris DOT com> wrote: Does that work with rsync? -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only devel
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00110.html (13,578 bytes)

11. Re: [BackupPC-users] Exclusions List (score: 1)
Author: "Chris Baker" <cbaker AT intera DOT com>
Date: Mon, 12 Oct 2009 16:46:43 -0500
Sad but true--this issue comes up more than any other on this list. I don't know if anyone gets excludes to work. Chris Baker -- cbaker AT intera DOT com systems administrator INTERA -- 512-425-2006
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00111.html (20,175 bytes)

12. Re: [BackupPC-users] Exclusions List (score: 1)
Author: Heath Yob <heathy AT stanford DOT edu>
Date: Mon, 12 Oct 2009 16:55:49 -0700
Thanks everyone for your help. I think I got it to work. Once I matched the share with my exclusion list it seemed to take. Heath -- Come build with us! The BlackBerry(R) Developer Conference in SF,
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00112.html (15,007 bytes)

13. Re: [BackupPC-users] Exclusions List (score: 1)
Author: "Tyler J. Wagner" <tyler AT tolaris DOT com>
Date: Tue, 13 Oct 2009 07:35:40 +0100
Yes. Using locate right now on my machine, I found these: /etc/.pwd.lock /home/utils/core.5307 Both files existed a week ago, and neither file exists in last night's backup. Regards, Tyler -- "Politi
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00114.html (13,355 bytes)

14. Re: [BackupPC-users] Exclusions List (score: 1)
Author: "Chris Baker" <cbaker AT intera DOT com>
Date: Wed, 14 Oct 2009 18:36:07 -0500
And just as I said that, I got excludes to work. Here is the pl file looks like: $Conf{BackupFilesExclude} = { 'C$' => [ '\\Program Files', '\\i386', '\\drivers', '\\dell', '\\temp', '\\WINDOWS' ] };
/usr/local/webapp/mharc-adsm.org/html/BackupPC-users/2009-10/msg00136.html (14,024 bytes)


This search system is powered by Namazu