aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-05-25 17:19:17 -0700
committerChris Lu <chris.lu@gmail.com>2021-05-25 17:19:20 -0700
commitdce1f02c9efcf78f05e7f81f3cc116e594591642 (patch)
tree393d8ffb33ade1ded77e7fea00ab3afa2150fa86 /weed/command/scaffold.go
parent35ca9638c422c63383f922ace499472d1b897c77 (diff)
downloadseaweedfs-dce1f02c9efcf78f05e7f81f3cc116e594591642.tar.xz
seaweedfs-dce1f02c9efcf78f05e7f81f3cc116e594591642.zip
filer.backup: backup to local directory optionally is incremental
fixed one issue with https://github.com/chrislusf/seaweedfs/issues/2084
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 8dc64aa6b..806e18fbc 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -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"