BackupPC-users

Re: [BackupPC-users] Exclude definitions not used?

2008-12-01 12:35:43
Subject: Re: [BackupPC-users] Exclude definitions not used?
From: Tino Schwarze <backuppc.lists AT tisc DOT de>
To: backuppc-users AT lists.sourceforge DOT net
Date: Mon, 1 Dec 2008 18:28:58 +0100
(BTW: Please start a new thread, don't just reply to another mail.)

On Mon, Dec 01, 2008 at 09:59:35AM -0700, James Ward wrote:

> I've recently built a new BackupPC server with Debian lenny and  
> BackupPC version 3.1.0.  All my prior BackupPC experience has been  
> with 2.*.  The strange problem I am having is that my excludes don't  
> seem to be passed.
> 
> Here's the relevant section from the main config:
> 
> $Conf{BackupFilesExclude} = {
>   '/sys' => [
>     ''
>   ],
>   '/vz/root' => [
>     ''
>   ],
>   '/proc' => [
>     ''
>   ],
>   '/vz/private' => [
>     ''
>   ],
>   '/mnt' => [
>     ''
>   ]
> };

The excludes are specified per share. So it should read:
$Conf{BackupFilesExclude} = {
  '/' => [ '/sys/', '/vz/root/', ... ] 
};

('/' being your share name here if you use rsync via ssh.)

HTH,

Tino.

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."

www.lichtkreis-chemnitz.de
www.craniosacralzentrum.de

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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>