diff options
Diffstat (limited to 'weed/command')
| -rw-r--r-- | weed/command/filer_replication.go | 1 | ||||
| -rw-r--r-- | weed/command/scaffold.go | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go index 47ef5d1b6..e8c06b208 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -11,7 +11,6 @@ import ( _ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink" _ "github.com/chrislusf/seaweedfs/weed/replication/sink/filersink" _ "github.com/chrislusf/seaweedfs/weed/replication/sink/gcssink" - _ "github.com/chrislusf/seaweedfs/weed/replication/sink/localincrementalsink" _ "github.com/chrislusf/seaweedfs/weed/replication/sink/localsink" _ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink" "github.com/chrislusf/seaweedfs/weed/replication/sub" diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index a95c41054..3ac7c021d 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -354,11 +354,10 @@ directory = "/buckets" [sink.local] enabled = false directory = "/data" -todays_date_format = "" # set this to 2006-02-01 for incremental backup [sink.local_incremental] +# all replicated files are under creation time as yyyy-mm-dd directories enabled = false -# all replicated files are under modification time date directory tree directory = "/backup" [sink.filer] |
