From d0dc77e9f289bf078112e2ee818f11fb89296ef2 Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Mon, 30 Mar 2026 09:48:28 +1000 Subject: refactor: extract WSL fix to standalone script and add documentation --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') 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.). -- cgit v1.2.3