diff options
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.). |
