aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSam Scholten2026-03-30 09:48:28 +1000
committerSam Scholten2026-03-30 09:48:28 +1000
commitd0dc77e9f289bf078112e2ee818f11fb89296ef2 (patch)
tree1c6dc6be64016d6e3ae8a055b86e393d7c700d56 /README.md
parent48f28ef3e78eadebd9dcd4698d9a9e78866122f9 (diff)
downloaddrestic-d0dc77e9f289bf078112e2ee818f11fb89296ef2.tar.gz
drestic-d0dc77e9f289bf078112e2ee818f11fb89296ef2.zip
refactor: extract WSL fix to standalone script and add documentationmain
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.).