aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-01-28 02:03:33 -0800
committerGitHub <noreply@github.com>2021-01-28 02:03:33 -0800
commit822f1ade9d3f613e4f400ed0945f52b3bbba3780 (patch)
treeecd6b802f0458909814d25340829b56e65d5a325 /docker
parent5f72c388bcbd38477262ffc754b48485fdd087d0 (diff)
parentbe1062b7fcabf793ea3cbfd5a67b81c07610ce83 (diff)
downloadseaweedfs-822f1ade9d3f613e4f400ed0945f52b3bbba3780.tar.xz
seaweedfs-822f1ade9d3f613e4f400ed0945f52b3bbba3780.zip
Merge pull request #1762 from kmlebedev/backupsink
replication to create time date directory
Diffstat (limited to 'docker')
-rw-r--r--docker/replication.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/replication.toml b/docker/replication.toml
index 2cee755a5..833bb1692 100644
--- a/docker/replication.toml
+++ b/docker/replication.toml
@@ -6,7 +6,6 @@ grpcAddress = "filer:18888"
# i.e., all files with this "prefix" are sent to notification message queue.
directory = "/buckets"
-[sink.local]
+[sink.local_incremental]
enabled = true
-directory = "/data"
-todays_date_format = "2006-02-01" \ No newline at end of file
+directory = "/data" \ No newline at end of file