Re: [bareos-users] Re: Webui Restore on version 19.2-6 fails to restore file

2020-02-28 Thread Frank Bergkemper


Yes, as a workaround it should help you out until the proposed patch has
been applied and new packages are available for download.

If you feel comfortable enough you can apply the patch yourself, see
https://github.com/bareos/bareos/pull/439/files .


Regards,
Frank

-- 
Frank Bergkemper   frank.bergkem...@bareos.com
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 bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/9db1f8d2-b1f2-661c-62ad-f87f377937f2%40bareos.com.


Re: [bareos-users] Re: Webui Restore on version 19.2-6 fails to restore file

2020-02-28 Thread aeronex...@gmail.com

Thanks Frank.

so my solution should be to delete all restore job definitions I 
currently have now and create a single one to get it working correctly now?


On 2/28/20 6:03 AM, Frank Bergkemper wrote:

I was able to reproduce the problem and opened a bug report, please see
https://bugs.bareos.org/view.php?id=1206 for more details.

Thanks for reporting the issue, Bruce.

Kind Regards,
Frank



--
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 bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/3cf57cd8-6b70-30dc-f7c7-ec0538d83f2d%40gmail.com.


Re: [bareos-users] Re: Webui Restore on version 19.2-6 fails to restore file

2020-02-28 Thread Frank Bergkemper


I was able to reproduce the problem and opened a bug report, please see
https://bugs.bareos.org/view.php?id=1206 for more details.

Thanks for reporting the issue, Bruce.

Kind Regards,
Frank

-- 
Frank Bergkemper   frank.bergkem...@bareos.com
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 bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/f86c5571-3d33-7f2d-d782-49f2d2c7c93f%40bareos.com.


[bareos-users] Re: Webui Restore on version 19.2-6 fails to restore file

2020-02-27 Thread Bruce Eckstein
Thanks Frank for responding.

my webui-admin.conf is 
Profile {
  Name = "webui-admin"
  JobACL = "*all*"
  ClientACL = "*all*"
  StorageACL = "*all*"
  ScheduleACL = "*all*"
  PoolACL = "*all*"
  CommandACL = 
"!.bvfs_clear_cache","!.exit","!.sql","!configure","!create","!delete","!purge","!sqlquery","!umount","!unmount","*all*"
  FileSetACL = "*all*"
  CatalogACL = "*all*"
  WhereACL = "*all*"
  PluginOptionsACL = "*all*"
}
which seems correct and has not been changed in years. I tried a copy of 
your suggested one with JobACL = *all*  but it did not work even with the 
service bareos-dir restart command. there is a second profile in that 
directory called webui-readonly.conf which is the default that was set by 
the original upgrade that converted me to this directory structure a long 
time ago.

one of my  job definition for this client  (I have one for each client)  is 
set as follows (and again has not changed for years) where the file name is 
/etc/bareos/bareos-dir.d/job/BEE-XPS15_RestoreFiles.conf and the 
configuration is

Job {
  Name = "BEE-XPS15_RestoreFiles"
  Type = Restore
  Messages = "Standard"
  Storage = "BEE-XPS15-storage"
  Pool = "BEE-XPS15"
  Client = "BEE-XPS15-fd"
  FileSet = "Full_Laptop_Set"
  Where = "/tmp/bareos-restores"
}

where/what else should I check?
I also attached a screen shot of the Webui Restore screen on the left hand 
side, just in case it helps clarify.

-- 
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 bareos-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/96cba602-5eea-4d3a-aa0d-4738be378422%40googlegroups.com.