replication to local disk storage

This commit is contained in:
Konstantin Lebedev
2021-01-26 22:50:25 +05:00
parent c41961d5cc
commit 612b7975a1
7 changed files with 195 additions and 0 deletions

View File

@@ -350,6 +350,10 @@ grpcAddress = "localhost:18888"
# i.e., all files with this "prefix" are sent to notification message queue.
directory = "/buckets"
[sink.local]
enabled = false
directory = "/backup"
[sink.filer]
enabled = false
grpcAddress = "localhost:18888"