aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index ed6b363..c3f5bc0 100644
--- a/README.md
+++ b/README.md
@@ -71,4 +71,13 @@ restic check --repo rclone:backup_remote:/drestic_backups_HOSTNAME --password-fi
make unlock-repo # fix locked repository
make logs # check recent logs
rclone ls backup_remote: # test MEGA connection
-``` \ No newline at end of file
+```
+## WSL Users
+
+Systemd timers don't persist across WSL restarts. After each WSL restart, run:
+
+```bash
+make fix-wsl
+```
+
+This will prompt for sudo once to set up the systemd user session, then you can use all normal commands (`make status`, `make backup-now`, etc.).