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?
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/4ad23d15-6d7a-42d7-848b-85cc57cf887b%40googlegroups.com.