Files
filereap/example.toml
2022-05-26 13:42:57 +02:00

19 lines
240 B
TOML

path = "./test"
#btrfs = true
[[periods]]
period_length = "10m"
chunk_size = "1s"
[[periods]]
period_length = "1w"
chunk_size = "1h"
[[periods]]
period_length = "4w"
chunk_size = "1d"
[[periods]]
period_length = "40w"
chunk_size = "4w"