Rename logs
This commit is contained in:
@@ -19,9 +19,9 @@
|
|||||||
<key>PATH</key>
|
<key>PATH</key>
|
||||||
<string>/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
<string>/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||||
<key>LOG_OUT</key>
|
<key>LOG_OUT</key>
|
||||||
<string>/Library/Logs/restic/restic_stdout.log</string>
|
<string>/Library/Logs/restic/backup-stdout.log</string>
|
||||||
<key>LOG_ERR</key>
|
<key>LOG_ERR</key>
|
||||||
<string>/Library/Logs/restic/restic_stderr.log</string>
|
<string>/Library/Logs/restic/backup-stderr.log</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>RunAtLoad</key>
|
<key>RunAtLoad</key>
|
||||||
<true/>
|
<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`.
|
As a convenience, a shortcut for the above commands are `$ make activate-launchagent`.
|
||||||
1. Watch the first backup progress from the log files:
|
1. Watch the first backup progress from the log files:
|
||||||
```console
|
```console
|
||||||
$ tail -f ~/Library/Logs/restic/restic_*
|
$ tail -f ~/Library/Logs/restic/backup*
|
||||||
```
|
```
|
||||||
1. Verify the backup
|
1. Verify the backup
|
||||||
```console
|
```console
|
||||||
|
|||||||
Reference in New Issue
Block a user