Hello my dears,
Unfortunately, the "triggerjob.py" only ever performs an incremental backup. 
Following "job" and "jobdefs". I have created:

"/etc/bareos/bareos-dir.d/job/backup-nmanwme01-fd.conf"
Job {
  Name = "backup-nmanwme01-fd"
  JobDefs = "backup-nmanwme01"
  Client = "nmanwme01-fd"
}

"/etc/bareos/bareos-dir.d/jobdefs/backup-nmanwme01.conf"
JobDefs {
  Name = "backup-nmanwme01"
  Type = Backup
  Level = Incremental
  Client = nmanwme01-fd
  FileSet = "LinuxAll"                     # selftest fileset                   
         (#13)
  Schedule = "EmptyCycle"
  Storage = File
  Messages = Standard
  Pool = Incremental
  Priority = 10
##   Write Bootstrap = "/var/lib/bareos/%c.bsr"
  Full Backup Pool = Full                  # write Full Backups into "Full" 
Pool         (#05)
  Differential Backup Pool = Differential  # write Diff Backups into 
"Differential" Pool (#08)
  Incremental Backup Pool = Incremental    # write Incr Backups into 
"Incremental" Pool  (#11)
}

Do I have to adapt something to the configuration?

Greetings from Stefan Harbich

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to