aboutsummaryrefslogtreecommitdiff
path: root/docker/replication.toml
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-01-27 00:15:16 -0800
committerGitHub <noreply@github.com>2021-01-27 00:15:16 -0800
commit2266b5c5286fd4e70d05fc4c5c64cd617809982f (patch)
tree470124377fe37747b740fa6ff000018d62f122aa /docker/replication.toml
parent5e07afb0f0c1eca20da0780c806973db40ea6a24 (diff)
parent36348114084e7ff583f52ef93a73e1cd8c8f58b5 (diff)
downloadseaweedfs-2266b5c5286fd4e70d05fc4c5c64cd617809982f.tar.xz
seaweedfs-2266b5c5286fd4e70d05fc4c5c64cd617809982f.zip
Merge pull request #1761 from kmlebedev/todaysDateFormat
replication to todays date directory
Diffstat (limited to 'docker/replication.toml')
-rw-r--r--docker/replication.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/replication.toml b/docker/replication.toml
index 84c0bec28..2cee755a5 100644
--- a/docker/replication.toml
+++ b/docker/replication.toml
@@ -8,4 +8,5 @@ directory = "/buckets"
[sink.local]
enabled = true
-directory = "/data" \ No newline at end of file
+directory = "/data"
+todays_date_format = "2006-02-01" \ No newline at end of file