Document verbosity levels (#484).
This commit is contained in:
parent
341bd4118d
commit
518aeabb2a
1 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,15 @@ Or, for even more progress and debug spew:
|
||||||
borgmatic --verbosity 2
|
borgmatic --verbosity 2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The full set of verbosity levels are:
|
||||||
|
|
||||||
|
* `-2`: disable output entirely <span class="minilink minilink-addedin">New in borgmatic 1.7.14</span>
|
||||||
|
* `-1`: only show errors
|
||||||
|
* `0`: default output
|
||||||
|
* `1`: some additional output (informational level)
|
||||||
|
* `2`: lots of additional output (debug level)
|
||||||
|
|
||||||
|
|
||||||
## Backup summary
|
## Backup summary
|
||||||
|
|
||||||
If you're less concerned with progress during a backup, and you only want to
|
If you're less concerned with progress during a backup, and you only want to
|
||||||
|
|
Loading…
Reference in a new issue