Re: Limit Bandwidth of Incremental backups only

Radosław Korzeniewski <[email protected]>
Newsgroups gmane.comp.bacula.user
Message-ID <CAF_EmoBESYttftOOpG7UuBzocEcCvXNg6XbW0wxr-W4Z4m-KJw@mail.gmail.com>
Hello,

pon., 10 lut 2025 o 07:30 <[email protected]> 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
[email protected]

_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.