소스 검색

Details on where to view logs.

Dan Helfman 6 년 전
부모
커밋
7c01b69498
2개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 1
      docs/how-to/inspect-your-backups.md
  2. 2 2
      docs/how-to/set-up-backups.md

+ 5 - 1
docs/how-to/inspect-your-backups.md

@@ -36,7 +36,11 @@ borgmatic --info
 ## Logging
 
 By default, borgmatic logs to a local syslog-compatible daemon if one is
-present. You can customize the log level used for syslog logging with the
+present. Where those logs show up depends on your particular system. If you're
+using systemd, try running `journalctl -xe`. Otherwise, try viewing
+`/var/log/syslog` or similiar.
+
+You can customize the log level used for syslog logging with the
 `--syslog-verbosity` flag, and this is independent from the console logging
 `--verbosity` flag described above. For instance, to disable syslog logging
 except for errors:

+ 2 - 2
docs/how-to/set-up-backups.md

@@ -109,8 +109,8 @@ This command's exit status (`$?` in Bash) is zero when configuration is valid
 and non-zero otherwise.
 
 Validating configuration can be useful if you generate your configuration
-files via configuration management, or you just want to double check that your
-hand edits are valid.
+files via configuration management, or you want to double check that your hand
+edits are valid.
 
 
 ## Initialization