diff options
| author | Sam Scholten | 2026-03-30 09:48:28 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-03-30 09:48:28 +1000 |
| commit | d0dc77e9f289bf078112e2ee818f11fb89296ef2 (patch) | |
| tree | 1c6dc6be64016d6e3ae8a055b86e393d7c700d56 /README.md | |
| parent | 48f28ef3e78eadebd9dcd4698d9a9e78866122f9 (diff) | |
| download | drestic-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.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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.). |
