Moose,
Don’t create two jobs, they are seen as unique and will be treated as such.
Create one job, and then have a scheule when you want to do a full/inc/diff.
or if you are doing a manual run you can override on the CLI, but it will also auto upgrade an incremental to a full if no prior full exists.
Eg. Classic job with schedule
Job {
Name = "BackupMyth"
JobDefs = "DefaultJob"
Accurate = "yes"
FileSet = “Myth”
}
JobDefs {
Name = "DefaultJob"
Type = Backup
Level = Incremental
Client = myth-fd
FileSet = "mls_std" # selftest fileset (#13)
Schedule = "ServerCycle"
Storage = File
Messages = Standard
Allow Duplicate Jobs = no
Accurate = yes
Priority = 4
Write Bootstrap = "/var/lib/bareos/%c.bsr"
Spool Data = yes
Pool = Incremental
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)
}
Schedule {
Name = "ServerCycle"
Description = "For servers and other over night backups"
Run = Full Jan,Apr,Jul,Oct 1st sun at 1:05
#Run = Differential 2nd-5th sun at 23:05
Run = Incremental Jan,Apr,Jul,Oct 2nd-5th sun at 2:05
Run = Incremental Jan,Apr,Jul,Oct mon-sat at 2:05
Run = Incremental Feb,Mar,May,Jun,Aug,Sep,Nov,Dec sun-sat at 2:05
}
For Always incremental the settings are a little different, but the concept is the same, in the Job you specify the pools for Full, Incremental, etc you want (I use a default for all classic backs, and another default for Always Incremental) and in the Schedule you say when you want them to run and at what level.
If your doing Always Incremental let me know.
Brock Palen
1 (989) 277-6075
bro...@mlds-networks.com
www.mlds-networks.com
Websites, Linux, Hosting, Joomla, Consulting
> --
> 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
bareos-users...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/9c5a81ba-07f1-4f25-8db1-06a3690c1c34%40googlegroups.com.