Manually start UrBackup Server on Windows 10

Hello,

I would like to run the UrBackup server on Windows under a local admin account, but not store the password in the UrBackup service settings.

Therefore i have decided to start the server manually after logging in. This is a windows machine running 24x7, where it is acceptable to log in with remote desktop and start the server.

I have tried the following:

  1. Open an administrative command prompt
  2. Execute the below, but the program just prints its arguments and exists.

Any pointers are welcome. Thanks!

C:\Program Files\UrBackupServer>“C:\Program Files\UrBackupServer\urbackup_srv.exe” --plugin urlplugin.dll --plugin fsimageplugin.dll --plugin httpserver.dll --plugin cryptoplugin.dll --plugin fileservplugin.dll --plugin luaplugin.dll --plugin urbackupserver.dll --logfile urbackup.log --loglevel warn --server true --port 55413 --http_root urbackup\www --http_port 55414 --http_server true
–plugin
urlplugin.dll
–plugin
fsimageplugin.dll
–plugin
httpserver.dll
–plugin
cryptoplugin.dll
–plugin
fileservplugin.dll
–plugin
luaplugin.dll
–plugin
urbackupserver.dll
–logfile
urbackup.log
–loglevel
warn
–server
true
–port
55413
–http_root
urbackup\www
–http_port
55414
–http_server
true

C:\Program Files\UrBackupServer>

Try with “C:\Program Files\UrBackupServer\urbackup_srv.exe” --cmdline --plugin urlplugin.dll ....

Perfect, this has worked!
Thanks!