View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000895 | bareos-core | director | public | 2018-01-26 13:34 | 2018-02-20 15:09 |
Reporter | frank | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 17.2.5 | ||||
Summary | 0000895: Cannot get description in fileset with bconsole | ||||
Description | With the show fileset=xxx the description is not displayed. for other items like show client=xxx the description is shown. | ||||
Steps To Reproduce | FileSet { Name = "LinuxAll" Description = "Backup all regular filesystems, determined by filesystem type." Include { Options { Signature = MD5 # calculate md5 checksum per file One FS = No # change into other filessytems FS Type = btrfs FS Type = ext2 # filesystems of given types will be backed up FS Type = ext3 # others will be ignored FS Type = ext4 FS Type = reiserfs FS Type = jfs FS Type = xfs FS Type = zfs } File = / } # Things that usually have to be excluded # You have to exclude /var/lib/bareos/storage # on your bareos server Exclude { File = /var/lib/bareos File = /var/lib/bareos/storage File = /proc File = /tmp File = /var/tmp File = /.journal File = /.fsck } } *show filesets FileSet { Name = "LinuxAll" Include { Options { Signature = MD5 OneFS = No Fs Type = "btrfs" Fs Type = "ext2" Fs Type = "ext3" Fs Type = "ext4" Fs Type = "reiserfs" Fs Type = "jfs" Fs Type = "xfs" Fs Type = "zfs" } File = "/" } Exclude { File = "/var/lib/bareos" File = "/var/lib/bareos/storage" File = "/proc" File = "/tmp" File = "/var/tmp" File = "/.journal" File = "/.fsck" } } | ||||
Additional Information | Note from a customer: We use the description as part of triggering a job. | ||||
Tags | No tags attached. | ||||
child of | 0000910 | closed | Release bareos-17.2.5 |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-26 13:34 | frank | New Issue | |
2018-01-26 16:28 | frank | Status | new => confirmed |
2018-02-04 22:23 | pstorz | Changeset attached | => bareos master e8086282 |
2018-02-04 22:23 | pstorz | Note Added: 0002899 | |
2018-02-04 22:23 | pstorz | Status | confirmed => resolved |
2018-02-04 22:23 | pstorz | Resolution | open => fixed |
2018-02-13 09:36 | joergs | Relationship added | child of 0000910 |
2018-02-20 15:09 | joergs | Status | resolved => closed |
2018-02-20 15:09 | joergs | Fixed in Version | => 17.2.5 |