Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make wsl backup

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

how to make 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 :: install package chart.js 
Shell :: nmap linux 
Shell :: sudo apt install openjdk-14-jdk 
Shell :: chmod: changing permissions of : Read-only file system and writeable 
Shell :: find user shell 
Shell :: cgi directories 
Shell :: lsb release command centos 
Shell :: laravel: command not found 
Shell :: adb find device ip 
Shell :: ubuntu server restart 
Shell :: ubuntu extract rar file 
Shell :: git delete pushed commit 
Shell :: git ignore mode 
Shell :: dbeaver install 
Shell :: keycloak docker 
Shell :: get macadress windows 
Shell :: bash sleep milliseconds 
Shell :: how to push code to another remote git repository 
Shell :: linux install yarn 
Shell :: bz2 unzip 
Shell :: starting jenkins in ubuntu 
Shell :: launch powershell code runner 
Shell :: djanog shell change password 
Shell :: update every python library 
Shell :: git push pull asks for login everytime 
Shell :: How to install tensorflow-gpu in ubuntu and Linux 
Shell :: adonis migration run 
Shell :: remove environment variable linux 
Shell :: git force rebase abort 
Shell :: remove dbeaver ubuntu 7.1.5 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =