Initial commit

This commit is contained in:
2022-04-15 15:53:19 +02:00
commit 2fa673b747
6 changed files with 751 additions and 0 deletions

14
example.toml Normal file
View File

@ -0,0 +1,14 @@
path = "./test"
#btrfs = true
[[periods]]
period_length = "1w"
chunk_size = "1h"
[[periods]]
period_length = "4w"
chunk_size = "1d"
[[periods]]
period_length = "40w"
chunk_size = "4w"