Hi,

I'm having problems with a configuration in which all the files inside a
directory are always include in the backup (full, incremental and
differential). Some files may change each day but not all, so I think I
must have something wrong in the configuration but I'm not able to find
it.

The problem I think it must be in the FileSet as it's the only thing
that changes from other backups I have.

Bacula version: 1.38.11
Problem: All files inside /home/test are always include in the backup
even if they haven't change since last backup and its an incremental
backup.

FileSet definition:

   FileSet {
        Name = "TestFileset"

        Include {
                Options {
                        signature = MD5
                        compression=GZIP
                        wilddir = /home/test/*/logs
                        exclude = yes
                }
                File = /
                File = /home
        }

        Exclude {
                File = /tmp
        }
   }


Thanks for any idea on how to solve this.




-------------------------------------------------------------------------
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=/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to