Bacula-users

[Bacula-users] why two full backups

2011-02-06 06:24:08
Subject: [Bacula-users] why two full backups
From: Bill Szkotnicki <bszk AT uoguelph DOT ca>
To: bacula-users AT lists.sourceforge DOT net
Date: Sun, 6 Feb 2011 06:21:18 -0500 (EST)
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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] why two full backups, Bill Szkotnicki <=