diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-01-27 00:15:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 00:15:16 -0800 |
| commit | 2266b5c5286fd4e70d05fc4c5c64cd617809982f (patch) | |
| tree | 470124377fe37747b740fa6ff000018d62f122aa /weed/command/scaffold.go | |
| parent | 5e07afb0f0c1eca20da0780c806973db40ea6a24 (diff) | |
| parent | 36348114084e7ff583f52ef93a73e1cd8c8f58b5 (diff) | |
| download | seaweedfs-2266b5c5286fd4e70d05fc4c5c64cd617809982f.tar.xz seaweedfs-2266b5c5286fd4e70d05fc4c5c64cd617809982f.zip | |
Merge pull request #1761 from kmlebedev/todaysDateFormat
replication to todays date directory
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index 415e0cba3..3b88e107d 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -329,7 +329,8 @@ enabled = false # This URL will Dial the RabbitMQ server at the URL in the environment # variable RABBIT_SERVER_URL and open the exchange "myexchange". # The exchange must have already been created by some other means, like -# the RabbitMQ management plugin. +# the RabbitMQ management plugin. Сreate myexchange of type fanout and myqueue then +# create binding myexchange => myqueue topic_url = "rabbit://myexchange" sub_url = "rabbit://myqueue" ` @@ -353,6 +354,8 @@ directory = "/buckets" [sink.local] enabled = false directory = "/backup" +# all replicated files are under todays date directory tree +todays_date_format = "" [sink.filer] enabled = false |
