filer.backup: backup to local directory optionally is incremental

fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084
This commit is contained in:
Chris Lu
2021-05-25 17:19:17 -07:00
parent 35ca9638c4
commit dce1f02c9e
3 changed files with 9 additions and 13 deletions

View File

@@ -377,12 +377,6 @@ directory = "/data"
# so each date directory contains all new and updated files.
is_incremental = false
[sink.local_incremental]
# all replicated files are under modified time as yyyy-mm-dd directories
# so each date directory contains all new and updated files.
enabled = false
directory = "/backup"
[sink.filer]
enabled = false
grpcAddress = "localhost:18888"