Mention --stats option in documentation.
This commit is contained in:
parent
07222cd984
commit
386979ebb4
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,16 @@ Or, for even more progress and debug spew:
|
||||||
borgmatic --verbosity 2
|
borgmatic --verbosity 2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Backup summary
|
||||||
|
|
||||||
|
If you're less concerned with progress during a backup, and you just want to
|
||||||
|
see the summary of archive statistics at the end, you can use the stats
|
||||||
|
option:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
borgmatic --stats
|
||||||
|
```
|
||||||
|
|
||||||
## Existing backups
|
## Existing backups
|
||||||
|
|
||||||
Borgmatic provides convenient flags for Borg's
|
Borgmatic provides convenient flags for Borg's
|
||||||
|
|
Loading…
Reference in a new issue