Re: [Bacula-users] Limit Bandwidth of Incremental backups only

2025-02-28 Thread Bill Arlofski via Bacula-users
Oops! My previous message was accidentally sent before I even typed a character. :) Here's the real reply... On 2/27/25 10:53 AM, s...@riseup.net wrote: > Bill Arlofski via Bacula-users wrote on 2/13/25 3:22 PM: Here's an idea. 💡 In your Job, configure two RunScripts sections. One before a

Re: [Bacula-users] Limit Bandwidth of Incremental backups only

2025-02-27 Thread Bill Arlofski via Bacula-users
On 2/27/25 10:53 AM, s...@riseup.net wrote: Bill Arlofski via Bacula-users wrote on 2/13/25 3:22 PM: Here's an idea. 💡 In your Job, configure two RunScripts sections. One before and one after. Have a small script that takes the current jobid and the level. If the level is "limit", set bandwidth

Re: [Bacula-users] Limit Bandwidth of Incremental backups only

2025-02-27 Thread scar
Bill Arlofski via Bacula-users wrote on 2/13/25 3:22 PM: > Here's an idea. 💡 > In your Job, configure two RunScripts sections. One before and one after. > Have a small script that takes the current jobid and the level. > If the level is "limit", set bandwidth to , if the level is > "unlimited",

Re: [Bacula-users] Limit Bandwidth of Incremental backups only

2025-02-21 Thread Radosław Korzeniewski
Hello, pon., 10 lut 2025 o 07:30 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

Re: [Bacula-users] Limit Bandwidth of Incremental backups only

2025-02-13 Thread Bill Arlofski via Bacula-users
Oops, Forgot to re-read before sending... This sentence: If the level is "limit", set bandwidth to , if the level is "unlimited", set the bandwidth on the jobid to 0. ...should have been > If the level is "Incremental", set bandwidth to , if the level is not "Incremental", set the b

Re: [Bacula-users] Limit Bandwidth of Incremental backups only

2025-02-13 Thread Bill Arlofski via Bacula-users
On 2/13/25 2:59 PM, s...@riseup.net wrote: I've used bacula for years and it's always figured out the correct Level of job to run if there are multiple scheduled.  That may have to do with these settings as well: Allow Duplicate Jobs = no Cancel Lower Level Duplicates = yes Cancel Queued Duplic

Re: [Bacula-users] Limit Bandwidth of Incremental backups only

2025-02-13 Thread scar
I've used bacula for years and it's always figured out the correct Level of job to run if there are multiple scheduled.  That may have to do with these settings as well: Allow Duplicate Jobs = no Cancel Lower Level Duplicates = yes Cancel Queued Duplicates = yes Cancel Running Duplicates = no Tha