From 4f7da2c97564467e8e4fb2da198b02a50164bc0c Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Tue, 15 Feb 2022 11:36:20 +0100 Subject: [PATCH] Rename logs --- Library/LaunchAgents/com.github.erikw.restic-backup.plist | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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