Bacula-users

[Bacula-users] changed exclude list doesn't get recognized

2010-12-20 16:53:00
Subject: [Bacula-users] changed exclude list doesn't get recognized
From: Paulo Martinez <martinezino AT googlemail DOT com>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 20 Dec 2010 22:49:25 +0100
Hello,

i am not sure if i miss here something:

Scenario:

First i had done a full backup with following fileset:
(the job have Accurate = yes )

FileSet {
   Name = "appserver"
   Include {
             Options {
                       signature = MD5
                     }
             File = "|/etc/appserver-client.filelist_inc"
   }
   Exclude {
             File = "|/etc/appserver-client.filelist_exc"
          }
}


Script echo is:
$sh /etc/appserver-client.filelist_inc
/app/share

$sh /etc/appserver-client.filelist_exc
/app/share/temp


after the full backup i changed the exclude list
by adding /app/share/test (directory reloaded)

$sh /etc/appserver-client.filelist_exc
/app/share/temp
/app/share/test

but all diff and inc backups are including changed files under /app/ 
share/test.
I noticed this because the expected backup size reduction doesn't  
appear. Thought
they must include the files not only as a exclusion information  
(accurate mode).

Any ideas.

Thx

PM



------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] changed exclude list doesn't get recognized, Paulo Martinez <=