aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-01-28 14:56:13 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-01-28 14:56:13 +0500
commit02fdc0a333bedac882c5f9c103d073c3180ec6bb (patch)
treeb21a49e6febcae643ed2097a46d34cef86765c21 /weed/command/filer_replication.go
parent6b54ff991249d2ce5dfbe28ffb503fc770d5db6c (diff)
downloadseaweedfs-02fdc0a333bedac882c5f9c103d073c3180ec6bb.tar.xz
seaweedfs-02fdc0a333bedac882c5f9c103d073c3180ec6bb.zip
rename backup to local_incremental and use mtime
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index f2754139b..47ef5d1b6 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -9,9 +9,9 @@ import (
"github.com/chrislusf/seaweedfs/weed/replication/sink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/azuresink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/backupsink"
_ "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"