fix typo
This commit is contained in:
parent
38e5720e11
commit
3dd240e0ac
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ restic-backup.env
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
RESTIC_REPOSITORY=<whatever backend restic supports>
|
RESTIC_REPOSITORY=<whatever backend restic supports>
|
||||||
RESTIC_PASSWORD=hopefullyasecturepw
|
RESTIC_PASSWORD=hopefullyasecurepw
|
||||||
# snapshot prune rules
|
# snapshot prune rules
|
||||||
RESTIC_KEEP_DAILY=7
|
RESTIC_KEEP_DAILY=7
|
||||||
RESTIC_KEEP_WEEKLY=4
|
RESTIC_KEEP_WEEKLY=4
|
||||||
|
|
Loading…
Add table
Reference in a new issue