Here is my jobs configuration:

CLNT.conf:

Job {                                                                           
                                                                                
                                                                                
                               
 Name = "CLNT_root"                                                             
                                                                                
                                                                                
                                
 Client = "CLNT"                                                                
                                                                                
                                                                                
                                
 JobDefs = "root_cons"                                                          
                                                                                
                                                                                
                               
 FileSet = "root_CLNT"                                                          
                                                                                
                                                                                
                                
 Always Incremental = yes                                                       
                                                                                
                                                                                
                               
 Accurate = yes                                                                 
                                                                                
                                                                                
                               
 AlwaysIncrementalJobRetention = 6 days                                         
                                                                                
                                                                                
                               
 AlwaysIncrementalMaxFullAge = 38 days                                          
                                                                                
                                                                                
                               
 Pool = Incremental                                                             
                                                                                
                                                                                
                               
 Full Backup Pool = Consolidated                                                
                                                                                
                                                                                
                             
                                                                                
                                                                                
                                                                                
                      
}

Consolidate.conf:

Job {
    Enabled=yes
    Name = "consolidate"
    Type = "Consolidate"
    JobDefs = "root_cons"
    Accurate = "yes"
    Client = "CLNT"
    Fileset = "root"
}



jobDefs.conf:


JobDefs {
  Name = "root_cons"
  Type = Backup
  FileSet = "root"
  Schedule = "WeeklyCycleCons"
  Messages = Standard
  Priority = 8
  Write Bootstrap = "/var/lib/bareos/%c.bsr"
  Reschedule On Error = yes
  Reschedule Interval = 45minutes
  Reschedule Times = 3
  Rerun Failed Levels = yes
  Level = Incremental
  Pool = Consolidated
  Storage = File
}

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