<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=WSL_Windows_Subsystem_for_Linux</id>
	<title>WSL Windows Subsystem for Linux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=WSL_Windows_Subsystem_for_Linux"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=WSL_Windows_Subsystem_for_Linux&amp;action=history"/>
	<updated>2026-05-06T10:28:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://entorb.net//wiki/index.php?title=WSL_Windows_Subsystem_for_Linux&amp;diff=4950&amp;oldid=prev</id>
		<title>Torben at 21:02, 30 October 2024</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=WSL_Windows_Subsystem_for_Linux&amp;diff=4950&amp;oldid=prev"/>
		<updated>2024-10-30T21:02:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Linux]][[Category:Windows]]&lt;br /&gt;
== Install ==&lt;br /&gt;
see https://docs.microsoft.com/en-us/windows/wsl/install-win10&lt;br /&gt;
&lt;br /&gt;
in case access to MS Store is not working, the Linux images can be found at https://docs.microsoft.com/en-us/windows/wsl/install-manual&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
linux drive image location: &lt;br /&gt;
 %LOCALAPPDATA%\Packages\CanonicalGroupLimited.UbuntuonWindows_{__CODE__}\LocalState&lt;br /&gt;
&lt;br /&gt;
===suggested packages===&lt;br /&gt;
 sudo apt update&lt;br /&gt;
 sudo apt dist-upgrade&lt;br /&gt;
 sudo apt install rsnapshot&lt;br /&gt;
 sudo apt install python3-pip&lt;br /&gt;
&lt;br /&gt;
==Tipps==&lt;br /&gt;
open current folder in windows explorer&lt;br /&gt;
 explorer.exe .&lt;br /&gt;
&lt;br /&gt;
===Backup /home/ to Windows drive===&lt;br /&gt;
I suggest using [[Backup#rsnapshop|rsnapshop]] (check that page for install and general info). Additionally you need to set in /etc/rsnapshot.conf:&lt;br /&gt;
 snapshot_root   /mnt/c/&amp;lt;your backup folder&amp;gt;&lt;br /&gt;
 link_dest       1&lt;br /&gt;
 exclude         .vscode-server&lt;br /&gt;
 rsync_long_args --no-links&lt;br /&gt;
&lt;br /&gt;
===Full Snapshot===&lt;br /&gt;
====Backup====&lt;br /&gt;
in PowerShell&lt;br /&gt;
 wsl -l&lt;br /&gt;
 wsl --export Ubuntu-20.04 ubuntu_backup.tar.gz&lt;br /&gt;
&lt;br /&gt;
====Recovery====&lt;br /&gt;
in PowerShell&lt;br /&gt;
 wsl --import Ubuntu-20.04&lt;br /&gt;
 wsl -l&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>