View Issue Details

IDProjectCategoryView StatusLast Update
0001338bareos-corebconsolepublic2023-08-22 14:48
Reporterprogserega Assigned Tobruno-at-bareos  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSanyOS Version3
Product Version20.0.1 
Summary0001338: command list jobs show jobids with ',' but it not comfortable for copy jobid to other command
DescriptionI think we need remove ',' from jobids in out of all command of bconsole.
Steps To Reproduce1. exec: "list jobs jobstatus=error"
2. see list jobs:
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
+--------+----------------------------------------------+------------------------------+---------------------+------+-------+----------+-------------------+-----------+
| jobid | name | client | starttime | type | level | jobfiles | jobbytes | jobstatus |
+--------+----------------------------------------------+------------------------------+---------------------+------+-------+----------+-------------------+-----------+
| 4,228 | backup-ps.rs.int-LinuxRoot | ps.rs.int-fd | 2018-09-30 23:08:24 | B | F | 0 | 0 | E |
| 4,984 | backup-rsk40srv036-dDocs | rsk40srv036-fd | 2018-10-19 21:00:00 | B | I | 0 | 0 | E |
| 5,026 | backup-rsk40srv036-dDocs | rsk40srv036-fd | 2018-10-20 21:00:00 | B | D | 0 | 0 | E |
| 5,088 | backup-zbx.rs.int-LinuxRoot | zbx.rs.int-fd | 2018-10-22 21:00:01 | B | I | 0 | 0 | E |
| 5,094 | backup-rsk40srv036-dDocs | rsk40srv036-fd | 2018-10-22 21:00:01 | B | I | 0 | 0 | E |

3. select 4,228 for past in command below:
4. Try exec :
*list joblog jobid=4,228
jobid not found in db, access to job or client denied by ACL, or client not found in db

5. admin must remove ',' for each jobids, which He wont see logs:
*list joblog jobid=4228
 2018-09-30 23:08:21 bareos-dir JobId 4228: No prior Full backup Job record found.
 2018-09-30 23:08:21 bareos-dir JobId 4228: No prior or suitable Full backup found in catalog. Doing FULL backup.
 2018-09-30 23:08:23 bareos-dir JobId 4228: shell command: run BeforeJob "ssh backup@store.rs.int /scripts/backup/bacula_sd_free_space_check /dev/sdg"
TagsNo tags attached.

Activities

bruno-at-bareos

bruno-at-bareos

2023-08-22 14:48

manager   ~0005329

Fixed in 22.

Issue History

Date Modified Username Field Change
2021-04-19 06:47 progserega New Issue
2023-08-22 14:48 bruno-at-bareos Assigned To => bruno-at-bareos
2023-08-22 14:48 bruno-at-bareos Status new => closed
2023-08-22 14:48 bruno-at-bareos Resolution open => fixed
2023-08-22 14:48 bruno-at-bareos Note Added: 0005329