View Issue Details

IDProjectCategoryView StatusLast Update
0000999bareos-corewebuipublic2019-07-04 15:52
Reportersys.tj87 Assigned Toaron_s 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
PlatformWindows 7OSWindowsOS Version7
Product Version17.2.4 
Summary0000999: Directory tree does not load if more than one drive letter is backed up.
DescriptionI'm having issues restoring Windows clients from the webui. If I include more than one Windows drive letter the webui restore window just spins. if I only have one drive E.g. C:/, the webui loads the directory tree.

Steps To Reproduce***** This will not load in webui ******************
Fileset {
        Name = "example-fileset"
        Enable VSS = yes
                Include{
                Options {
                        Signature = MD5
                        portable = no
                        IgnoreCase = Yes
                        Drive Type = "fixed"
                        }
                File = "E:/"
                File = "C:/"
                }

}

********But this will**********************
Fileset {
        Name = "desq-dhsmon-01-fileset"
        Enable VSS = yes
                Include{
                Options {
                        Signature = MD5
                        portable = no
                        IgnoreCase = Yes
                        Drive Type = "fixed"
                        }
                File = "C:/"
                }

}
TagsNo tags attached.

Activities

aron_s

aron_s

2018-09-20 14:00

reporter   ~0003119

I expect this to be fixed in the current version.
17.2.5 and 17.2.6 both contain bvfs-api related webui fixes. Please update your webui and report here if the issue persists.

Issue History

Date Modified Username Field Change
2018-08-22 20:35 sys.tj87 New Issue
2018-09-20 14:00 aron_s Note Added: 0003119
2018-09-20 14:00 aron_s Assigned To => aron_s
2018-09-20 14:00 aron_s Status new => feedback
2019-07-04 15:52 arogge Status feedback => closed
2019-07-04 15:52 arogge Resolution open => suspended