diff --git a/Library/LaunchAgents/com.github.erikw.restic-backup.plist b/Library/LaunchAgents/com.github.erikw.restic-backup.plist
index b330a79..04d229c 100644
--- a/Library/LaunchAgents/com.github.erikw.restic-backup.plist
+++ b/Library/LaunchAgents/com.github.erikw.restic-backup.plist
@@ -19,9 +19,9 @@
PATH
/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
LOG_OUT
- /Library/Logs/restic/restic_stdout.log
+ /Library/Logs/restic/backup-stdout.log
LOG_ERR
- /Library/Logs/restic/restic_stderr.log
+ /Library/Logs/restic/backup-stderr.log
RunAtLoad
diff --git a/README.md b/README.md
index b868793..7a63218 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ Many Linux distributions nowadays use [Systemd](https://en.wikipedia.org/wiki/Sy
As a convenience, a shortcut for the above commands are `$ make activate-launchagent`.
1. Watch the first backup progress from the log files:
```console
- $ tail -f ~/Library/Logs/restic/restic_*
+ $ tail -f ~/Library/Logs/restic/backup*
```
1. Verify the backup
```console