2024-03-19|閱讀時間 ‧ 約 21 分鐘

WSL2備份、還原等基本操作

    檢查 WSL 版本

    wsl --version

    更新 WSL

    wsl --update

    WSL停止

    wsl --terminate <Distribution Name>
    實例=> 
    wsl --terminate Ubuntu-20.04

    WSL關機

    wsl --shutdown

    備份WSL

    wsl --export <Distribution Name> <FileName>
    實例=> 
    wsl --export Ubuntu-20.04 E:\Ubuntu-20.04-20240319.tar

    還原WSL

    wsl --import <Distribution Name> <InstallLocation> <FileName>
    實例=> 
    wsl --import Ubuntu-20.04 c:\Ubuntu-20.04-20240319.tar



    Ref.

    https://learn.microsoft.com/zh-tw/windows/wsl/basic-commands

    分享至
    成為作者繼續創作的動力吧!
    © 2024 vocus All rights reserved.