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

I do things like this :

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

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

-- 
Mathieu Arnold


-------------------------------------------------------
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