Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make wsl export

/**
 * How to make backup for Windows Subsystem for Linux?
 */
wsl --export distroName pathfileName.tar.gz
Comment

wsl export

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 :: install camera in linux 
Shell :: ubuntu macbook camera 
Shell :: clean cache in linux 
Shell :: how to get list of files in zip linux 
Shell :: remove ppa from ubuntu 
Shell :: git view remote url 
Shell :: git clone branch 
Shell :: root check bash script 
Shell :: choco install python 
Shell :: git revert uncommitted changes 
Shell :: fish disable welcome message 
Shell :: git bash new repository 
Shell :: http-server npm 
Shell :: edit sshd_config 
Shell :: Creating an environment from an environment.yml file 
Shell :: angular cli linux 
Shell :: how to close sockets ubuntu 
Shell :: ubuntu install groovy 
Shell :: docker daemon is not running 
Shell :: Ports are not available: listen tcp 0.0.0.0:1434: bind: An attempt was made to access a socket in a way forbidden by its access permissions. 
Shell :: android studio (not installed) windows 
Shell :: conda install pyserial 
Shell :: pygame install 
Shell :: how to convert ui to py pyside2 
Shell :: show weather top bar in ubuntu 
Shell :: kill port in mac terminal 
Shell :: docker snap install 
Shell :: docker Problem with the CMake installation, aborting build. CMake executable is cmake 
Shell :: how to install intellij on manjaro 
Shell :: unzip bz2 file ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =