diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-05-25 17:19:17 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-05-25 17:19:20 -0700 |
| commit | dce1f02c9efcf78f05e7f81f3cc116e594591642 (patch) | |
| tree | 393d8ffb33ade1ded77e7fea00ab3afa2150fa86 /weed/command | |
| parent | 35ca9638c422c63383f922ace499472d1b897c77 (diff) | |
| download | seaweedfs-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')
| -rw-r--r-- | weed/command/scaffold.go | 6 |
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" |
