patrix87 / PowerShellGSM

A Comprehensive PowerShell Tool for Simple Automated Game Server Management.
https://github.com/patrix87/PowerShellGSM/
MIT License
109 stars 19 forks source link

7Zip4PowerShell and backup filesize/duration #65

Closed TheKrush closed 3 months ago

TheKrush commented 4 months ago

7Zip4PowerShell is a much faster way to compress the backups, this setup allows that if the machine has it installed it'll use it. It sped up my ProjectZomboid backups from taking 12 minutes to taking 3 minutes (most of the remaining time was spent copying the files)

TheKrush commented 4 months ago

Install-Module -Name 7Zip4Powershell -RequiredVersion 1.9.0

is how you install it