diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-01-28 02:03:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-28 02:03:33 -0800 |
| commit | 822f1ade9d3f613e4f400ed0945f52b3bbba3780 (patch) | |
| tree | ecd6b802f0458909814d25340829b56e65d5a325 /weed/command/filer_replication.go | |
| parent | 5f72c388bcbd38477262ffc754b48485fdd087d0 (diff) | |
| parent | be1062b7fcabf793ea3cbfd5a67b81c07610ce83 (diff) | |
| download | seaweedfs-822f1ade9d3f613e4f400ed0945f52b3bbba3780.tar.xz seaweedfs-822f1ade9d3f613e4f400ed0945f52b3bbba3780.zip | |
Merge pull request #1762 from kmlebedev/backupsink
replication to create time date directory
Diffstat (limited to 'weed/command/filer_replication.go')
| -rw-r--r-- | weed/command/filer_replication.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go index e8c06b208..47ef5d1b6 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -11,6 +11,7 @@ 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" |
