Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make wsl import

/**
 * How to load Windows Subsystem for Linux from backup?
 * - backup importing means a new install,
 *   so you need to an unused distroName and installPath
 */
wsl --import distroName installPath backupPathfileName.tar.gz
Comment

wsl import

You first must export the WSL distribution you wish to clone.

1. wsl.exe --export OriginalDistributionName FileName.tar

You must now import the distribution you just cloned with the following command:

2. wsl.exe --import ClonedDistributionName InstallLocation FileName.tar

You can start the cloned distribution by running the following command:

3. wsl --distribution ClonedDistributionName
Comment

PREVIOUS NEXT
Code Example
Shell :: wget debian 
Shell :: script for restart redis service automatically 
Shell :: Adding more changes to your last commit 
Shell :: git pull branch you are not on 
Shell :: add colab to github 
Shell :: vim plug not working 
Shell :: angular 8 install agm 
Shell :: install mongodb ubuntu 
Shell :: get logs from application isntaller 
Shell :: github color 
Shell :: git fetch 
Shell :: install docker on linux 
Shell :: how to install android sdk tools in ubuntu using command line 
Shell :: W: GPG error: http://packages.ros.org/ros/ubuntu xenial InRelease: The following signatures were invalid: KEYEXPIRED 1622248854 
Shell :: export gitlog file 
Shell :: leave azure ad cmd 
Shell :: mv command in linux to rename 
Shell :: create dektop file in ubuntu 
Shell :: mjml watch command 
Shell :: termbin command 
Shell :: ng table angular 9 install 
Shell :: Scryptenconder install 
Shell :: how to install clipman for linux 
Shell :: Openzeppelin for Truffle install 
Shell :: github filter not label 
Shell :: pip install softdelet 
Shell :: ubuntu psql: error: FATAL: Peer authentication failed for user 
Shell :: dependencies for openboard in ubuntu 
Shell :: how to finish feature branch without deleting 
Shell :: clang format linux 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =