Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wsl backup

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

wsl backup

/**
 * 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

PREVIOUS NEXT
Code Example
Shell :: how to search file name in linux using wildcard 
Shell :: error Command failed with exit code 3221225477 
Shell :: Unable to lock directory /var/lib/apt/lists/ 
Shell :: check node version 
Shell :: sudo kill port windows 
Shell :: check upstream 
Shell :: Clone a specific repository 
Shell :: heroku buildpacks remove 
Shell :: headphone jack not working in macbook pro 
Shell :: git revert to commit hash 
Shell :: install classnames 
Shell :: bash read a file line by line 
Shell :: ubuntu install bluetooth drivers 
Shell :: ubuntu server set timezone 
Shell :: create conda env using yml 
Shell :: create tar 
Shell :: mocha zsh: command not found: mocha 
Shell :: git not using ssh key 
Shell :: how to install gnome user theme extension 
Shell :: git delete last commit local and remote 
Shell :: linux kill all python processes 
Shell :: start docker at boot 
Shell :: create repo from cmd 
Shell :: apt non interactive upgrade 
Shell :: adb command to change screen refresh rate 
Shell :: get pytorch version version in ubuntu 
Shell :: bash curl forecast 
Shell :: bash calculate the mean of a column 
Shell :: ubuntu passwordless sudo 
Shell :: install github linux 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =