Rename logs
This commit is contained in:
@@ -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/>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user