blob: 75e34a899fc837cb05a98a3d9e518cf1f890724f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[source.filer]
enabled = true
grpcAddress = "filer:18888"
# all files under this directory tree are replicated.
# this is not a directory on your hard drive, but on your filer.
# i.e., all files with this "prefix" are sent to notification message queue.
directory = "/buckets"
[sink.backup]
enabled = true
directory = "/data"
|