This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Requires -Version 5.1 | |
| <# | |
| .SYNOPSIS | |
| Backs up the Ubuntu WSL2 instance to a compressed .tar.gz archive. | |
| .DESCRIPTION | |
| 1. Checks available disk space (warns if insufficient) | |
| 2. Flushes bash history from open sessions | |
| 3. Terminates the Ubuntu WSL2 instance for filesystem consistency | |
| 4. Exports the full filesystem to a .tar file |