seaweedfs/docker/replication.toml
2021-01-27 15:01:33 +05:00

11 lines
326 B
TOML

[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"