Skip to content

Releases: odoryanse/kopia-windows-service-installation

Kopia Windows Service Installation Script v0.9.1

09 Oct 06:34

Choose a tag to compare

Release Notes

Version v0.9.1

In this version, I made several updates to improve compatibility and ease of use:

  • The script will now use PowerShell instead of batch script
  • PowerShell is now used to set the SeServiceLogonRight.
  • Switched from Shawl to WinSW for better service configuration options.

Bug Fixes

  • Fixed syntax errors that occurred on some Windows versions.
  • Fixed issues accessing the repository when the service was running under a different account.
  • Fixed the service not running on non-system partitions due to missing Working Directory setup.
  • Corrected the configuration errors with the SSL certificate for the server.

Kopia Windows Service Installation Script v0.9.0

14 Aug 05:28

Choose a tag to compare

Merge branch 'main' of https://github.com/odoryanse/kopia-windows-ser…