aboutsummaryrefslogtreecommitdiff
path: root/docker/replication.toml
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-01-26 22:50:25 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-01-26 22:50:25 +0500
commit612b7975a12da0ff7d84781b1bea338a5f4814c6 (patch)
tree92873f4447e1c5e9007d5c72099444af468b371b /docker/replication.toml
parentc41961d5cccf4a4b49e5968e0da283c6fb1f47c3 (diff)
downloadseaweedfs-612b7975a12da0ff7d84781b1bea338a5f4814c6.tar.xz
seaweedfs-612b7975a12da0ff7d84781b1bea338a5f4814c6.zip
replication to local disk storage
Diffstat (limited to 'docker/replication.toml')
-rw-r--r--docker/replication.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docker/replication.toml b/docker/replication.toml
new file mode 100644
index 000000000..84c0bec28
--- /dev/null
+++ b/docker/replication.toml
@@ -0,0 +1,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.local]
+enabled = true
+directory = "/data" \ No newline at end of file