mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
combine: backend to combine multiple remotes in one directory tree
Fixes #5600
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
_ "github.com/rclone/rclone/backend/box"
|
||||
_ "github.com/rclone/rclone/backend/cache"
|
||||
_ "github.com/rclone/rclone/backend/chunker"
|
||||
_ "github.com/rclone/rclone/backend/combine"
|
||||
_ "github.com/rclone/rclone/backend/compress"
|
||||
_ "github.com/rclone/rclone/backend/crypt"
|
||||
_ "github.com/rclone/rclone/backend/drive"
|
||||
|
||||
Reference in New Issue
Block a user