Am Mittwoch, 10. Januar 2018 10:41:38 UTC+1 schrieb Frank Bergkemper:
> Am 10.01.2018 um 10:25 schrieb Oliver Fink:
> > Hello,
> >
> > I have a Bareos 17.2.4 with postgreSQL
> >
> >
> > I am trying to do a restore via the WebUI.
> >
> > But I only see directories if I select a client that runs linux.
> >
> > If I try a Windows-Client - its loading and I see these lines in
> > /var/log/bareos/bareos-audit.log:
> >
> > 10-Jän 10:18 bareos-dir: Console [admin] from [127.0.0.1] cmdline
> > .bvfs_lsdirs jobid=46,85 path= limit=1000 offset=4992000
> > 10-Jän 10:18 bareos-dir: Console [admin] from [127.0.0.1] cmdline
> > .bvfs_update jobid=46,85
> >
> > these ouputs go from offset=0 till offset=15098000
> >
> > I tried it more than once.
> >
> > Also i did a : .bvfs_clear_cache
> >
> >
> >
> > What am I doing wron?
> >
> > Thanks in advance!
> >
> > Greetings
> > Olli
> >
> >
>
> Probably related to https://bugs.bareos.org/view.php?id=887 and
> https://bugs.bareos.org/view.php?id=890
>
>
> --
> Frank Bergkemper [email protected]
> Bareos GmbH & Co. KG Phone: +49-221-630693-94
> http://www.bareos.com
>
> Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
> Komplementär: Bareos Verwaltungs-GmbH
> Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens, P. Storz
Yes - that did the trick ...
Changed these 2 lines in RestoreModel.php and it worked:
Line 67:
from: if(count($directories['result']['directories']) == 2) {
to: if(count($directories['result']['directories']) <= 2) {
Line 81:
from: elseif (count($directories['result']['directories']) == 2) {
to: elseif (count($directories['result']['directories']) <= 2) {
Thanks a lot !!!!!
Greetings Olli
--
You received this message because you are subscribed to the Google Groups
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.