This commit is contained in:
JMARyA 2024-04-09 16:36:37 +02:00
parent 0eda5da51c
commit a7ac901fd2
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -58,7 +58,7 @@ Usage: `borg [common options] create [options] ARCHIVE [PATH...]`
#### Options #### Options
| Option | Description | | Option | Description |
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| ` -n`, `--dry-run` | do not create a backup archive | | `-n`, `--dry-run` | do not create a backup archive |
| `-s`, `--stats` | print statistics for the created archive | | `-s`, `--stats` | print statistics for the created archive |
| `--list` | output verbose list of items (files, dirs, …) | | `--list` | output verbose list of items (files, dirs, …) |
| `--json` | output stats as JSON. Implies `--stats`. | | `--json` | output stats as JSON. Implies `--stats`. |