Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wslinux backup

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

wslinux 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 :: find text in files ubuntu 
Shell :: installing nmap on kali linux 
Shell :: how to check crontab list 
Shell :: how to commit to github from terminal mac 
Shell :: zsh get current theme 
Shell :: kill all process at port 
Shell :: git test ssh 
Shell :: how to pull from a particular branch in git 
Shell :: docker access denied 
Shell :: install virtualbox ubuntu 20 wsl command line 
Shell :: see ssh key 
Shell :: how to create flutter project in terminal 
Shell :: cocoapods not installed 
Shell :: instalar pyqt5 con en mac 
Shell :: usr/bin/env: ‘node’: No such file or directory 
Shell :: git log graph oneline 
Shell :: install jq 
Shell :: ubuntu show line in file containing text 
Shell :: htaccess route to index.php 
Shell :: gitignore idea 
Shell :: npm ignore scripts 
Shell :: git blame before specific commit 
Shell :: problema hora windows ubuntu 
Shell :: brave install ubuntu 
Shell :: git command create new branch from current and move changes 
Shell :: INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.*.version signatures do not match previously installed version; ignoring! 
Shell :: schedule shell script mac 
Shell :: how to revert back to previous commit in git permanently 
Shell :: install heroku cli on linux 
Shell :: see changes to be pushed git 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =