Skip to content

Commit

Permalink
Fix: Missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Oct 31, 2023
1 parent 4cd868c commit fa8444d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/init/configuration_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ password-file = "/root/key-rustic"
no-cache = true # no cache needed for local repository

[forget]
keep-daily = 14 keep-weekly = 5
keep-daily = 14
keep-weekly = 5

[backup]
exclude-if-present = [".nobackup", "CACHEDIR.TAG"]
Expand Down

0 comments on commit fa8444d

Please sign in to comment.