I’m trying to create a silent installer that only needs configuring of the auth key manually by techs and everything else is already preconfigured, would also like internet only by default for encryption. This is easy with macs (except for the internet only, btw, how do you do that on macos?)…
:: set internet only for compression and encryption
echo --internet_only_mode> “c:\Program Files\UrBackup\extra_args_0.txt”
echo true>> “c:\Program Files\UrBackup\extra_args_0.txt”
net stop UrBackupClientBackend
net start UrBackupClientBackend
Hello,
Were you able to make it work for a remote silent install?
I am trying to do the same…
Install and configure:
-Connect to the server
-Select Default folder
The rest of configuration it should get from the Server side…
1). Is there a simple method to convert the Python to EXE
2). There is also a UrBackup EXE creation tool which I think does the same thing, but there’s a big problem with that method, it gets caught by AV and fails to execute.