diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-07-27 09:03:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-27 09:03:23 -0700 |
| commit | 1f592ae93315b8919f0a049f6b49e3e25ffc05e7 (patch) | |
| tree | 490f9a56b8308a3b116a220128c887c210ab3113 /weed/command/scaffold | |
| parent | f401b996eb421294920fe048df5b1b646a558324 (diff) | |
| parent | 7e09a548a64a6ffd62f40e8b38a96d6b20f9828b (diff) | |
| download | seaweedfs-1f592ae93315b8919f0a049f6b49e3e25ffc05e7.tar.xz seaweedfs-1f592ae93315b8919f0a049f6b49e3e25ffc05e7.zip | |
Merge pull request #3372 from kmlebedev/replicateWithExcludeDirectories
Diffstat (limited to 'weed/command/scaffold')
| -rw-r--r-- | weed/command/scaffold/replication.toml | 2 |
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 |
