I'm searching for solution to solve problem with creating tar.gz archive using Powershell v4. I couldn't find extensions/packets created or verified by Microsoft to provide such functionality. Do such solutions exist [tar-ing and gzip-ing]?
Powershell – how to create tar gz file using powershell
powershellpowershell-4.0
Related Question
- Powershell – Terminating a script in PowerShell
- Windows – How to run a PowerShell script
- Powershell – How to handle command-line arguments in PowerShell
- PowerShell says “execution of scripts is disabled on this system.”
- Powershell – What’s the best way to determine the location of the current PowerShell script
- Powershell – How to comment out code in PowerShell
- Powershell – Recursive file search using PowerShell
- Powershell – How to concatenate strings and variables in PowerShell
Best Solution
Another possibility is to call out to the native tar command that Windows now supports (with gzip compression):
https://techcommunity.microsoft.com/t5/Containers/Tar-and-Curl-Come-to-Windows/ba-p/382409