You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ __Note:__ More options can be seen in `defaults/main.yml`
17
17
-`bareos_director` - If you need to override backup director IP address on your client's /etc/hosts
18
18
-`bareos_repo` - Defaults to Bareos Community Repository. Can be changed to use the Bareos Subscription Repository
19
19
-`bareos_sd_max_concurrent_jobs` - [Optional] SD-level maximum concurrent jobs, defaults to 50
20
+
-`bareos_sd_file_device_concurrent_read` - [Optional] SD-level specifies the maximum number of Jobs with the current Storage resource that can read concurrently
20
21
-`bareos_catalog_backup_script` - You need to set it to `/usr/lib/bareos/scripts/make_catalog_backup` if using Bareos >=23
21
22
```
22
23
bareos_director:
@@ -90,6 +91,7 @@ bareos_dir_storage:
90
91
bareos_sd_ip: 10.0.0.1
91
92
media_type: File2 # optional, defaults to 'File'
92
93
max_concurrent_jobs: 42 # optional, defaults to '50'
94
+
max_concurrent_read_jobs: 5 # optional
93
95
```
94
96
`device` can also become `devices` if you have multiple devices :
0 commit comments