🧿Export and Import Distro on Windows Subsystem for Linux
Requirement
Enable Window Subsystem for Linux ( WSL )
Install Ubuntu 18.04 LTS from Microsoft Store
Upgrade Windows 10 Version 1903+
Get Started
ทำการตรวจสอบ Linux Distro บน Windows Subsystem for Linux
wsl --list --all
Windows Subsystem for Linux Distributions:
Ubuntu-18.04
ทำการ Export Distro
wsl --export Ubuntu-18.04 D:\Work\WSL\backup\Ubuntu-18.04.tar
ลองทำการเปิดโฟลเดอร์ backup ขึ้นมา

ทำการ Import Distro
wsl --import Ubuntu-18.04 D:\Work\WSL\backup\Ubuntu-18.04.tar
อ่านเพิ่มเติม : https://bit.ly/2qXDoHJ
Last updated
Was this helpful?