Files
filereap/example.toml
2022-04-15 15:53:19 +02:00

15 lines
187 B
TOML

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"