[bareos-users] Restoring a VM using VMware plugin: VM fails to boot

2025-03-03 Thread Ramil
OS: Oracle Linux Server 9.5 Bareos: 23.1.1 requests: 2.25.1 urllib3: 1.26.5 Hello I am facing a problem with booting Windows Server 2022 (Firmware EFI) after restoring a VM. I get a blue screen with the following error: [image: Inaccessible Boot Device BSOD] If anyone has encountered this pro

[bareos-users] Re: Compiling option from source in Debian

2025-03-03 Thread nicolas G
The file *bareos-webui.conf.in* doesn't exist. Y try to rename bareos-webui.conf in bareos-webui.conf.in and replace in the file "/usr/share" by @WEBUI_DIR@ After the compile (make) the file bareos-webui.conf not exist, only bareos-webui.conf.in Is it the good job ? Le lundi 3 mars 2025 à 0

[bareos-users] Re: Compiling option from source in Debian

2025-03-03 Thread Bruno Friedmann (bruno-at-bareos)
You may have to do a bit of research to get this new file processed by cmake ... Sorry if this is not what you expected, as you were building manually with cmake I was believing you go the skill to do so ;-) But with little effort you certainly still can to do it. On Monday, 3 March 2025 at 16:3

[bareos-users] Backup MSSQL databases

2025-03-03 Thread Josef Weisskopf
Hello, I want to backup multiple MSSQL databases. I read (not in the bareos docs) this directive in a file set should backup all databases: Plugin = "mssqlvdi:instance=INSTANCENAME" However I get this error: test-fd JobId 5378: Cannot open "/@MSSQL/SQLEXPRESSTEST//db-

[bareos-users] Warnings trying to backup nionexisting directories

2025-03-03 Thread Josef Weisskopf
Hello, is there a possibility to get rid of the warnings if directories don´t exist? I read the onefs option should do that ("This configuration will silently skip non-existing folders without generating warnings") but it doesn´t work in my case. Do I miss something? kr -- You received this

[bareos-users] Re: Old clients on current director

2025-03-03 Thread Josef Weisskopf
You need Microsoft Visual C++ installed for the filedaemon running on windows. In my setups I don´t have any problems with "old" filedaemons, however it is not a big deal to upgrade them. Brad Fairfield schrieb am Donnerstag, 13. Februar 2025 um 21:10:47 UTC+1: > I have recently been tasked wit

[bareos-users] Re: Compiling option from source in Debian

2025-03-03 Thread Bruno Friedmann (bruno-at-bareos)
Look like this configuration file should be enhanced to use the variable set here "webui/CMakeLists.txt:104:set(WEBUI_DIR ${CMAKE_INSTALL_FULL_DATAROOTDIR}/bareos-webui)" usually if it is transformed as bareos-webui.conf.in and set @WEBUI_DIR@ that should do the trick. Worth to be tried, and