Rename logs

This commit is contained in:
Erik Westrup
2022-02-15 11:36:20 +01:00
parent 7bc15e2254
commit 4f7da2c975
2 changed files with 3 additions and 3 deletions

View File

@@ -19,9 +19,9 @@
<key>PATH</key>
<string>/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
<key>LOG_OUT</key>
<string>/Library/Logs/restic/restic_stdout.log</string>
<string>/Library/Logs/restic/backup-stdout.log</string>
<key>LOG_ERR</key>
<string>/Library/Logs/restic/restic_stderr.log</string>
<string>/Library/Logs/restic/backup-stderr.log</string>
</dict>
<key>RunAtLoad</key>
<true/>

View File

@@ -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