I don't understand why bacula thinks it is necessary to do TWO full backups of 
the FileSet "my-files" to start things off with the following configuration.

Would anyone know how to prevent it?

Thanks, Bill

bacula-dir.conf parts:
....
FileSet {
  Name = "my-files"
  Include {
    Options {
      Compression=GZIP
      signature=SHA1
      Sparse = yes
    }
    File = /home
  }
  Exclude {
    File = /home/archive
  }
}
#
Schedule {
  Name = "homesched"
  Run = Full on 25 dec at 18:05
  Run = Full on 15 may at 18:05
  Run = Differential sat at 1:35
  Run = Incremental mon-fri at 17:55
}
Job {
  Name = "myjob"
  Type = Backup
  Level = Incremental
  Client = myclient-fd
  FileSet = "my-files"
  Schedule = "homesched"
  Storage = File
  Messages = Standard
  Pool = File
  Write Bootstrap = "/var/bacula/my.bsr"
}

------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to