aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2021-01-27 15:01:33 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2021-01-27 15:01:33 +0500
commit6b54ff991249d2ce5dfbe28ffb503fc770d5db6c (patch)
treebe976960762dd48045a6a17387efd130ea1ba057 /weed/command/filer_replication.go
parentf20ec82a286973a7e3658830637e2e1675729fc5 (diff)
downloadseaweedfs-6b54ff991249d2ce5dfbe28ffb503fc770d5db6c.tar.xz
seaweedfs-6b54ff991249d2ce5dfbe28ffb503fc770d5db6c.zip
replication to create time date directory
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index e8c06b208..f2754139b 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -9,6 +9,7 @@ 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/localsink"