>>>>> On Thu, 19 Jan 2006 14:20:00 +0100, Mathieu Arnold <[EMAIL PROTECTED]> 
>>>>> said:

  Mathieu> +-le 19/01/2006 10:55 -0200, Pedro Henrique Morsch Mazzoni a dit :
  Mathieu> | Hi,
  Mathieu> | 
  Mathieu> | I have changed a fileset and now bacula increases the level of 
backup from
  Mathieu> | incremental to full.
  Mathieu> | But I did'nt changed the name of the fileset. I just included one 
more
  Mathieu> | directory to backup.
  Mathieu> | Every time I include or exclude a directory from a fileset it will 
increase
  Mathieu> | the level of backup?
  Mathieu> | The problem is that I have a cycle backup with a recycling scheme, 
and when
  Mathieu> | it increase the level unexpectly it mess up all my scheme.
  Mathieu> | Any sugestions?

  Mathieu> I do things like this :

  Mathieu> FileSet {
  Mathieu>   Name = "system"
  Mathieu>   Include {
  Mathieu>     Options { signature=SHA1; compression=GZIP; sparse=yes; }
  Mathieu>     File = </usr/local/etc/bacula/system.master
  Mathieu>     File = \</usr/local/etc/bacula/system
  Mathieu>   }
  Mathieu>   Exclude {
  Mathieu>    File = </usr/local/etc/bacula/system.exclude.master
  Mathieu>    File = \</usr/local/etc/bacula/system.exclude
  Mathieu>   }
  Mathieu> }

  Mathieu> So that there's master files on the director and local changeable 
files on
  Mathieu> the client.

Beware that if you add anything to /usr/local/etc/bacula/system or remove
anything from /usr/local/etc/bacula/system.exclude, those files will not be
backed up until the next Full backup unless they are new files.

__Martin


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to