aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold/replication.toml
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-07-27 19:22:57 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-07-27 19:22:57 +0500
commit7e09a548a64a6ffd62f40e8b38a96d6b20f9828b (patch)
tree490f9a56b8308a3b116a220128c887c210ab3113 /weed/command/scaffold/replication.toml
parentf401b996eb421294920fe048df5b1b646a558324 (diff)
downloadseaweedfs-7e09a548a64a6ffd62f40e8b38a96d6b20f9828b.tar.xz
seaweedfs-7e09a548a64a6ffd62f40e8b38a96d6b20f9828b.zip
exclude directories to sync on filer
Diffstat (limited to 'weed/command/scaffold/replication.toml')
-rw-r--r--weed/command/scaffold/replication.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/scaffold/replication.toml b/weed/command/scaffold/replication.toml
index c463c8077..cffe1b76f 100644
--- a/weed/command/scaffold/replication.toml
+++ b/weed/command/scaffold/replication.toml
@@ -13,6 +13,8 @@ grpcAddress = "localhost:18888"
# 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"
+# files from the directory separated by space are excluded from sending notifications
+excludeDirectories = "/buckets/tmp"
[sink.local]
enabled = false