Manually initialed backups are full

8 views
Skip to first unread message

telecode 101

unread,
Apr 1, 2020, 10:31:30 AM4/1/20
to bareos-users
Hi, what i am missing with this setup.  All manually initiated backups set as incremental are running as full. Below is my setup. I have this set up so that each client backups to their own assigned directory and pool.

The schedule is run a full on sat and run incremental  Mon to Sunday.

Job {
  Name = "Beta4 Backup"
  Client = beta4-fd
  Type = Backup
  Level = Incremental
  FileSet = LinuxAllDB
  ClientRunBeforeJob = "sh -c '/bin/rm -rf /backup/mysql/* && /usr/bin/mariabackup --backup'"
  ClientRunAfterJob = "/bin/rm -rf /backup/mysql/*"
  Schedule = "WeeklyCycle"
  Storage = beta4-storage
  Messages = Standard
  Pool = beta4-inc-pool
  Priority = 10
  Write Bootstrap = "/var/lib/bareos/%c.bsr"
  Full Backup Pool = beta4-full-pool
  Incremental Backup Pool =  beta4-inc-pool
}

Select Job resource (1-9): 5
Run Backup job
JobName:  Beta4 Backup
Level:    Incremental
Client:   beta4-fd
Format:   Native
FileSet:  LinuxAllDB
Pool:     beta4-inc-pool (From Job IncPool override)
Storage:  beta4-storage (From Job resource)
When:     2020-04-01 10:27:27
Priority: 10
OK to run? (yes/mod/no):

when i check the job ...

 JobId Level   Name                       Status
======================================================================
   248 Full    Beta4_Backup.2020-04-01_10.28.10_13 is running
====


Is there another setting that is over loading the manually backup initiated job?


Reply all
Reply to author
Forward
0 new messages