View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001375 | bareos-core | director | public | 2021-07-30 19:08 | 2023-08-29 13:28 |
| Reporter | FaabIBA | Assigned To | bruno-at-bareos | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | SLES | OS Version | 15.2 |
| Product Version | 20.0.2 | ||||
| Summary | 0001375: Backup summary does not use timestamp format | ||||
| Description | The backup summary shows all timestamps (start time, end time,...) in the default "%d-%b-%Y %H:%M" format, even if the "Timestamp Format" variable is defined. I was expecting the timestamps to use the "Timestamp Format" defined in the message resource. | ||||
| Steps To Reproduce | - Add the option "Timestamp Format (Dir->Messages)" to the "Standard" messages resource: # cat /etc/bareos/bareos-dir.d/messages/Standard.conf Messages { Name = Standard ... timestampformat = "%Y-%m-%d %H:%M:%S" } - Restart bareos-dir daemon. - Run a backup job. - Check the format of the timestamps in the message. | ||||
| Tags | No tags attached. | ||||
| Did you try to also setup the logtimestampformat (daemon resource) to the desired format? | |
| btw the code used to display those information doesn't use those parameters | |
|
Yes, the "Log Timestamp Format" parameter is defined to the same format in the Director configuration: # cat /etc/bareos/bareos-dir.d/director/bareos-dir.conf Director { ... Log Timestamp Format = "%Y-%m-%d %H:%M:%S %Z" } If those parameters are not supposed to change the format of that information, then I guess that the bug can be closed. Thanks for looking at it ! |
|
| Timestamps will have a unified format see work in progress in https://github.com/bareos/bareos/pull/1536 | |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-07-30 19:08 | FaabIBA | New Issue | |
| 2023-07-20 09:46 | bruno-at-bareos | Assigned To | => bruno-at-bareos |
| 2023-07-20 09:46 | bruno-at-bareos | Status | new => feedback |
| 2023-07-20 09:46 | bruno-at-bareos | Note Added: 0005234 | |
| 2023-07-20 10:03 | bruno-at-bareos | Note Added: 0005235 | |
| 2023-08-08 11:51 | FaabIBA | Note Added: 0005317 | |
| 2023-08-08 11:51 | FaabIBA | Status | feedback => assigned |
| 2023-08-08 11:53 | FaabIBA | Note Edited: 0005317 | |
| 2023-08-29 13:28 | bruno-at-bareos | Status | assigned => closed |
| 2023-08-29 13:28 | bruno-at-bareos | Resolution | open => fixed |
| 2023-08-29 13:28 | bruno-at-bareos | Note Added: 0005354 |