All posts tagged 'WSL'
-
Backing Up WSL2 part 3 of 3
Last time, I automated my backup script with a cron job, but realized it still wasn't automated enough. So I had to automate the automation. Well, that's what I started doing, at least. Then I did something easier. Start cron service with Windows Task Scheduler Following this how to I scheduled a...
Read article -
Backing Up WSL2 part 2 of 3
In my previous entry, I detailed a simple Bash script I wrote to backup my WSL files. I noted that there was still one major problem with the setup — it wasn't automated. This post explains how I resolved that. My first attempt involved writing a cronjob. I'll summarize that attempt here. How to set...
Read article -
Backing Up WSL2 part 1 of 3
This is the first in a three part series detailing my setup for backing up WSL2 files. I'm sure it's not optimal, but it's been working for me so far. The Basic Script First, I started off by writing a simple bash script, based off of one found in this great article: Automatic Backups for WSL2. The...
Read article -
Accessing Windows User Directory in WSL2
Not as easy as it sounds.
Read article