05 April 2022
Windows
Vous avez installé une ou plusieurs distributions Linux sur votre Windows 10 - 11 via WSL, vous souhaitez sauvegarder une version personnalisée de votre OS ou restaurer une version de base
Table des matières
wsl --list --all
PS C:\WINDOWS\system32> wsl --list --all
Distributions du sous-système Windows pour Linux :
Ubuntu20.04LTS (par défaut)
wsl --export Nom-Distribution Destination
wsl --export Ubuntu20.04LTS "E:\WSL2\Ubuntu-20.04.sauvegarde.tar"
wsl --import "Nom-Distribution" "Emplacement-Install" "Nom-du-fichier.ext"
wsl --import Ubuntu-20.04-david E:\wsl2\ E:\wsl2\Ubuntu-20.04.sauvegarde.tar
wsl --list --verbose
PS C:\WINDOWS\system32> wsl --list --verbose
NAME STATE VERSION
* Ubuntu-20.04-david Stopped 2
Ubuntu20.04LTS Running 2
%localappdata%\Packages
wsl --list --all
PS C:\WINDOWS\system32> wsl --list --all
Distributions du sous-système Windows pour Linux :
Ubuntu-20.04-david (par défaut)
Ubuntu20.04LTS
wsl --unregister Ubuntu-20.04-david
PS C:\WINDOWS\system32> wsl --unregister Ubuntu-20.04-david
Désinscription...