1
0
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:
Nick Craig-Wood
2022-04-20 17:57:43 +01:00
parent e58d75e4d7
commit 4b358ff43b
11 changed files with 1304 additions and 0 deletions

View File

@@ -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"