|
|
@@ -82,7 +82,7 @@ To install basic scoop, run these commands:
|
|
|
|
|
|
# Additional setup
|
|
|
|
|
|
-To install syncthing, run the following commands:
|
|
|
+To install **Syncthing**, run the following commands:
|
|
|
|
|
|
nssm install syncthing
|
|
|
|
|
|
@@ -110,7 +110,22 @@ To install syncthing, run the following commands:
|
|
|
|
|
|
nssm start syncthing
|
|
|
|
|
|
-To manage TightVNC, run the following:
|
|
|
+To install **Backrest**, run the following commands:
|
|
|
+
|
|
|
+ nssm install backrest
|
|
|
+
|
|
|
+ nssm set backrest Application C:\ProgramData\scoop\apps\backrest\current\backrest.exe
|
|
|
+ nssm set backrest AppDirectory C:\ProgramData\scoop\apps\backrest\current
|
|
|
+
|
|
|
+ nssm set backrest DisplayName Backrest
|
|
|
+ nssm set backrest Description Backrest backup tool
|
|
|
+ nssm set backrest Start SERVICE_DELAYED_AUTO_START
|
|
|
+
|
|
|
+ nssm set backrest ObjectName LocalSystem
|
|
|
+
|
|
|
+ nssm start backrest
|
|
|
+
|
|
|
+To manage **TightVNC**, run the following:
|
|
|
|
|
|
tvnserver -install
|
|
|
tvnserver -start
|