Skip to content

Commit 3815be9

Browse files
committed
fix: minor typos & Makefile
Signed-off-by: Christopher Klein <ckl@dreitier.com>
1 parent c92ca25 commit 3815be9

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

100644100755
File mode changed.

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
run:
2+
npm start

docs/10-deployment/20-helm-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We provide a [Helm chart for backmon](https://github.com/dreitier/helm-charts/).
55
You can either use that repository and install the helm chart with
66

77
```bash
8-
$ git clone https://github.com/dreitier/helm-charts/`
8+
$ git clone https://github.com/dreitier/helm-charts/
99
$ cd helm-charts/charts/backmon
1010
$ helm install backmon
1111
```

docs/20-reference/20-backup-definition/10-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ directories:
5151
5252
| Key | Default | Required | Description |
5353
|---------------------------------------------------------|---------------------------------------------------------------------------------------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
54-
| `quota` | `0B` (*size*) | No | Bucket Quota. Supported units are for example GB (10^n) or GiB (2^n) |
54+
| `quota` | `0B` (*size*) | No | Bucket quota. Supported units are for example GB (10^n) or GiB (2^n) |
5555
| `directories.[$directory]` | `<empty>` (*string*) | __Yes__ | Directory name inside the disk, relative to the `backup_definitions.yaml`. |
5656
| `directories.[$directory].alias` | `<name of directory>` (*string*) | No | Used alias when exporting metrics. |
5757
| `directories.[$directory].fuse[]` | `<empty>` (*list of wildcard strings*) | No | Group files together by that substitutions. |

0 commit comments

Comments
 (0)