diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-01-27 15:01:33 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-01-27 15:01:33 +0500 |
| commit | 6b54ff991249d2ce5dfbe28ffb503fc770d5db6c (patch) | |
| tree | be976960762dd48045a6a17387efd130ea1ba057 /docker | |
| parent | f20ec82a286973a7e3658830637e2e1675729fc5 (diff) | |
| download | seaweedfs-6b54ff991249d2ce5dfbe28ffb503fc770d5db6c.tar.xz seaweedfs-6b54ff991249d2ce5dfbe28ffb503fc770d5db6c.zip | |
replication to create time date directory
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/replication.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docker/replication.toml b/docker/replication.toml index 2cee755a5..75e34a899 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.backup] enabled = true -directory = "/data" -todays_date_format = "2006-02-01"
\ No newline at end of file +directory = "/data"
\ No newline at end of file |
