Am 26.02.20 um 21:01 schrieb Bruce Eckstein:
> How do I get Webui to allow me to select a "Restore Job" file so I can
> restore the file?
>
> On Bareos Webui I cannot restore any selected files since the upgrade
> from version 18 to version 19.
> In the "Restore" tab, I select the client to restore a file from.
> I select the file for restoration.
> I cannot select the "Restore Job" which has been greyed out and the is
> no selected default file there. It says "please chose a restore job"
> when I hit restore, while it appears in that window as if it is working
> no run is created.
>
> I am on Ubuntu 18.04.
> I get no log errors from /var/log/bareos/bareos.log
> It does not matter whether I pick restore multiple files tab or restore
> single file tab, no run is created.
> The Job definitions have not changed since upgrade to version 19
>
> note: I can restore files using bconsole.
>
> Please help
>
> --
> 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]
> <mailto:[email protected]>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bareos-users/8f5675ab-7166-44d7-9840-d88fa9e9fa6d%40googlegroups.com
> <https://groups.google.com/d/msgid/bareos-users/8f5675ab-7166-44d7-9840-d88fa9e9fa6d%40googlegroups.com?utm_medium=email&utm_source=footer>.
Hi Bruce,
how does your profile resource look like, which is used by the console
you login with into webui, did you set a specific "Job ACL" where a
restore job might be missing?
Like ...
#
# bareos-webui webui-admin profile resource
#
Profile {
Name = "webui-admin"
CommandACL = !.bvfs_clear_cache, !.exit, !.sql, !configure, !create,
!delete, !purge, !prune, !sqlquery, !umount, !unmount, *all*
Job ACL = backup-bareos-fd # <= Check here!
Schedule ACL = *all*
Catalog ACL = *all*
Pool ACL = *all*
Storage ACL = *all*
Client ACL = *all*
FileSet ACL = *all*
Where ACL = *all*
}
Your Job ACL must allow access to *all* jobs or specific jobs and has to
include a restore job if you want to allow restores via that profile.
For example ...
Job ACL = *all*
or
Job ACL = backup-bareos-fd, RestoreFiles
Regards,
Frank
--
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
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/2e74e24f-8657-1ffd-319b-0b9052621c6e%40bareos.com.