From 5b1beda82b50ebff55d9bdad05e489ee1f1a4032 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 31 Dec 2019 15:06:53 -0800 Subject: [PATCH] Add logrotate documentation suggestion. --- docs/how-to/inspect-your-backups.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to/inspect-your-backups.md b/docs/how-to/inspect-your-backups.md index cb5280801..d960303cc 100644 --- a/docs/how-to/inspect-your-backups.md +++ b/docs/how-to/inspect-your-backups.md @@ -95,7 +95,8 @@ borgmatic --log-file /path/to/file.log ``` Note that if you use the `--log-file` flag, you are responsible for rotating -the log file so it doesn't grow too large. Also, there is a +the log file so it doesn't grow too large, for example with +[logrotate](https://wiki.archlinux.org/index.php/Logrotate). Also, there is a `--log-file-verbosity` flag to customize the log file's log level.