is there some permission I need to set someplace to get the backup's files displayed for selection when in the restore tab after I select a valid backup I wish to restore from?

background on setup

I have been running Bareos backup for quite awhile using bat to monitor.

Bat which I normally use, is now depreciated in favor of webui

I have installed webui on my Ubuntu 16.04 server (from the Ubuntu repositories) where my director is also located .

I got webui working and almost all seems to be working correctly.

The only issue is have is that when I go to the restore tab and select a computer that I have backups on, no files ever appear.

it does seem to know when a selected a computer that has no backup files vs ones that do have files. (I get a message that there are no backups available)

In using bat version browser i see the files just fine.

I used the minimal install version per manual for the webui install.

I added the console and profile (below) to my existing bareos-dir.conf to get webui to work in the first place.
Was not clear to me from the documentation that I need to do that.

Console {
    Name = admin
    Password = "SECRET" # OK that not really the password I used
    profile = webui-admin
}

Profile {
  Name = webui-admin
CommandACL = !.bvfs_clear_cache, !.exit, !.sql, !configure, !create, !delete, !purge, !sqlquery, !umount, !unmount, *all*
  Job ACL = *all*
  Schedule ACL = *all*
  Catalog ACL = *all*
  Pool ACL = *all*
  Storage ACL = *all*
  Client ACL = *all*
  FileSet ACL = *all*
  Where ACL = *all*
  Plugin Options ACL = *all*
}

Thank for any help

Bruce

--
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.

Reply via email to