Skip to content

Commit

Permalink
docs(readme): Update config example
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 20, 2023
1 parent ca43fb9 commit e5804ab
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,15 @@ Your [Borgmatic](https://torsion.org/borgmatic/) config should be volume bound t

Example Borgmatic config:
```yaml
location:
repositories:
- /out/borg # Borg repo goes here
source_directories:
- /data
storage:
archive_name_format: "cloudflare-{now:%Y-%m-%d-%H%M%S}"
retention:
keep_hourly: 168
keep_daily: 31
keep_monthly: 24
keep_yearly: 2
prefix: "cloudflare-"
consistency:
check_last: 3
prefix: "cloudflare-"
```
repositories:
- path: /out/borg # Borg repo goes here
label: example
source_directories:
- /data
archive_name_format: "cloudflare-{now:%Y-%m-%d-%H%M%S}"
keep_hourly: 168
keep_daily: 31
keep_monthly: 24
keep_yearly: 2
check_last: 3
```

0 comments on commit e5804ab

Please sign in to comment.