diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-01-28 14:56:13 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-01-28 14:56:13 +0500 |
| commit | 02fdc0a333bedac882c5f9c103d073c3180ec6bb (patch) | |
| tree | b21a49e6febcae643ed2097a46d34cef86765c21 /docker | |
| parent | 6b54ff991249d2ce5dfbe28ffb503fc770d5db6c (diff) | |
| download | seaweedfs-02fdc0a333bedac882c5f9c103d073c3180ec6bb.tar.xz seaweedfs-02fdc0a333bedac882c5f9c103d073c3180ec6bb.zip | |
rename backup to local_incremental and use mtime
Diffstat (limited to 'docker')
| -rw-r--r-- | docker/replication.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/replication.toml b/docker/replication.toml index 75e34a899..833bb1692 100644 --- a/docker/replication.toml +++ b/docker/replication.toml @@ -6,6 +6,6 @@ grpcAddress = "filer:18888" # i.e., all files with this "prefix" are sent to notification message queue. directory = "/buckets" -[sink.backup] +[sink.local_incremental] enabled = true directory = "/data"
\ No newline at end of file |
