I created the service with the command below (on Powershell): New-Service -Name "Bareos-fd" -BinaryPathName '"C:\Program Files\Bareos\bareos-fd.exe" /service' -DependsOn afd,tcpip -DisplayName "Bareos File Backup Service" -StartupType Automatic -Description "Provides file backup and restore services (bareos client)"
Error on Start: *The Bareos File Backup Service service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion.* Em quinta-feira, 19 de dezembro de 2024 às 10:26:02 UTC-3, Bruno Friedmann (bruno-at-bareos) escreveu: > The old version is available only for subscription customer. > > Can't you give the error at start ? > > On Thursday, 19 December 2024 at 14:23:39 UTC+1 Rogerio Pereira wrote: > >> Is there a place where I can download the old client (23.x)? >> >> Em quinta-feira, 19 de dezembro de 2024 às 10:10:45 UTC-3, Rogerio >> Pereira escreveu: >> >>> I'm using Windows Server 2016, the installer worked up to version 23.x >>> Yes, I refreshed the list of services with F5, it didn't show up. >>> >>> The command: "C:\Program Files\Bareos\bareos-fd.exe" /install >>> It didn't create the service and it didn't give an error either. >>> >>> Creating it with Powershell below, it gave an error on start. >>> >>> New-Service -Name "Bareos-fd" -BinaryPathName "C:\Program >>> Files\Bareos\bareos-fd.exe" -DependsOn afd,tcpip -DisplayName "Bareos File >>> Backup Service" -StartupType Automatic -Description "Provides file backup >>> and restore services (bareos client)" >>> >>> Em quinta-feira, 19 de dezembro de 2024 às 09:36:49 UTC-3, Bruno >>> Friedmann (bruno-at-bareos) escreveu: >>> >>>> While there's a message about a service name invalid during the >>>> installation, at the end the service is installed and running >>>> here on Windows 2022 server. >>>> >>>> Bareos File Backup Service >>>> "C:\Program Files\Bareos\bareos-fd.exe" /service >>>> >>>> Did you refresh the service view applet (F5) >>>> >>>> To install the service by yourself, the following command should do the >>>> trick >>>> "C:\Program Files\Bareos\bareos-fd.exe" /install >>>> >>>> >>>> On Thursday, 19 December 2024 at 13:28:02 UTC+1 Rogerio Pereira wrote: >>>> >>>>> No, I don't use any plugins, just Windows folder backups. >>>>> >>>>> The installer gives a message very quickly: *Invalid Service Name* >>>>> And the service is not created. >>>>> >>>>> I checked that bareos-fd.exe is in the correct location, I'm going to >>>>> see a way to create the service manually. >>>>> >>>>> Em quinta-feira, 19 de dezembro de 2024 às 09:14:24 UTC-3, Bruno >>>>> Friedmann (bruno-at-bareos) escreveu: >>>>> >>>>>> Are you using plugins on that bareos-fd ? >>>>>> if yes, you can remove the file python3-fd.dll or specify in the >>>>>> filedaemon configuration the plugin name you want to use. >>>>>> >>>>>> On Thursday, 19 December 2024 at 13:02:15 UTC+1 Rogerio Pereira wrote: >>>>>> >>>>>>> When I try to install the new client for Windows: >>>>>>> >>>>>>> >>>>>>> https://download.bareos.org/current/windows/Bareos-24.0.1~pre5.190ccc24a-x64- >>>>>>> Release.exe >>>>>>> >>>>>>> The *Bareos-fd* service is not created on Windows. >>>>>>> Is there any way to create the service manually? >>>>>>> >>>>>>> It seems like an error in the installer. >>>>>>> >>>>>> -- 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 visit https://groups.google.com/d/msgid/bareos-users/e98271fb-c9cf-41c7-9b61-16bc02e71a15n%40googlegroups.com.
