Hello,

pon., 10 lut 2025 o 07:30 <s...@riseup.net> napisał(a):

> Hi all,
>
> My idea was to split my job into two jobs, one for full and differential
> backups and another for incremental backups
>
First of all it won't work. You can't have a separate Job with an
incremental level only. Incremental needs Full or Diff levels to compare.
Your first incremental only Job execution will be upgraded to Full making a
separate Full Job useless.

Job {
>   Name = job
>   Client = client-fd
>   JobDefs = DefaultJob
>   FileSet = clientFiles
>   Schedule = jobSched
>   Pool = client
>   Storage = File-local
> }
> Job {
>   Name = job-I
>   Client = client-fd
>   JobDefs = DefaultJob
>   FileSet = clientFiles
>   Schedule = jobSched-I
>   Pool = client
>   Storage = File-local
>   Maximum Bandwidth = 100k/s
> }
> Schedule {
>   Name = jobSched
>   Run = Full jan 1st sun at 6:00
>   Run = Differential 1st sun at 6:00
> }
>
This Job will execute Full and Diff levels.


> Schedule {
>   Name = jobSched-I
>   Run = Incremental mon-sun at 6:00
> }
>
This Job will execute Full and Incremental levels.

As I understand this is not what you need to achieve.

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to