diff --git a/docs/how-to/inspect-your-backups.md b/docs/how-to/inspect-your-backups.md index 314e0c74..b98c904d 100644 --- a/docs/how-to/inspect-your-backups.md +++ b/docs/how-to/inspect-your-backups.md @@ -165,7 +165,7 @@ Note that if you use the `--log-file` flag, you are responsible for rotating the log file so it doesn't grow too large, for example with [logrotate](https://wiki.archlinux.org/index.php/Logrotate). -You can the `--log-file-verbosity` flag to customize the log file's log level: +You can use the `--log-file-verbosity` flag to customize the log file's log level: ```bash borgmatic --log-file /path/to/file.log --log-file-verbosity 2 @@ -197,5 +197,5 @@ See the [Python logging documentation](https://docs.python.org/3/library/logging.html#logrecord-attributes) for additional placeholders. -Note that this `--log-file-format` flg only applies to the specified +Note that this `--log-file-format` flag only applies to the specified `--log-file` and not to syslog or other logging. diff --git a/docs/how-to/make-per-application-backups.md b/docs/how-to/make-per-application-backups.md index efa02eb4..9f212d95 100644 --- a/docs/how-to/make-per-application-backups.md +++ b/docs/how-to/make-per-application-backups.md @@ -151,7 +151,7 @@ in newer versions of borgmatic. ## Configuration includes Once you have multiple different configuration files, you might want to share -common configuration options across these files with having to copy and paste +common configuration options across these files without having to copy and paste them. To achieve this, you can put fragments of common configuration options into a file and then include or inline that file into one or more borgmatic configuration files.