View Issue Details

IDProjectCategoryView StatusLast Update
0000328My infrastructureGeneralpublic2025-10-05 12:40
Reporterdvl Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0000328: backup jobs copying over to bacula-sd-03 seem to not be running
DescriptionLatest stuff in here is from 2023:

[20:39 r730-01 dvl ~] % ls -lt /jails/bacula-sd-03/usr/local/bacula/volumes/FullFile-03 | head 
total 1070345241
-rw-r-----  1 bacula bacula   227075294 2023.09.04 06:59 FullFile-03-11194
-rw-r-----  1 bacula bacula    14084769 2023.09.04 06:59 FullFile-03-11184
-rw-r-----  1 bacula bacula    14084774 2023.09.04 06:59 FullFile-03-Auto-11095
-rw-r-----  1 bacula bacula    14058009 2023.09.04 06:57 FullFile-03-11171
-rw-r-----  1 bacula bacula    14050040 2023.09.04 06:57 FullFile-03-11161
-rw-r-----  1 bacula bacula    14050040 2023.09.04 06:57 FullFile-03-11170
-rw-r-----  1 bacula bacula    14049804 2023.09.04 06:55 FullFile-03-11158
-rw-r-----  1 bacula bacula    14049036 2023.09.04 06:55 FullAuto-10544
-rw-r-----  1 bacula bacula    13989506 2023.09.04 06:55 FullAuto-10474
[20:39 r730-01 dvl ~] % ls -lt /jails/bacula-sd-03/usr/local/bacula/volumes/FullFile-03 | tail
-rw-r-----  1 bacula bacula         257 2019.12.02 02:00 FullAuto-11047
-rw-r-----  1 bacula bacula         258 2019.12.02 02:00 FullAuto-110434
-rw-r-----  1 bacula bacula         257 2019.12.02 02:00 FullAuto-11043
-rw-r-----  1 bacula bacula         257 2019.12.02 01:57 FullAuto-11107
-rw-r-----  1 bacula bacula         257 2019.12.02 01:55 FullAuto-11102
-rw-r-----  1 bacula bacula         257 2019.12.02 01:55 FullAuto-11100
-rw-r-----  1 bacula bacula         257 2019.12.02 01:53 FullAuto-10547
-rw-r-----  1 bacula bacula         257 2019.12.02 01:53 FullAuto-10545
-rw-r-----  1 bacula bacula   287189158 2019.11.28 20:17 FullAuto-10538
-rw-r-----  1 bacula bacula         257 2019.11.28 18:41 FullAuto-10460
TagsNo tags attached.

Activities

dvl

2025-10-05 12:40

manager   ~0000439

The fix: adjust pool names in the CopyToSD03-Full job.

was:

   WHERE P.Name IN ('FullFile', 'MonthlyBackups')


now:

   WHERE P.Name IN ('FullFile-04', 'MonthlyBackups')

Issue History

Date Modified Username Field Change
2025-10-04 20:41 dvl New Issue
2025-10-05 12:40 dvl Note Added: 0000439