1
0
mirror of https://github.com/rclone/rclone.git synced 2025-07-16 22:42:36 +02:00

alias: add new backend to create aliases for remote names #1049

The alias backend is a wrapper for an existing remote.
It allows you to name a "remote:path" as an "alias:".
This commit is contained in:
Fabian Möller
2018-02-06 19:23:47 +01:00
committed by Nick Craig-Wood
parent 5055b340da
commit b183bd7f00
11 changed files with 289 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package all
import (
// Active file systems
_ "github.com/ncw/rclone/backend/alias"
_ "github.com/ncw/rclone/backend/amazonclouddrive"
_ "github.com/ncw/rclone/backend/azureblob"
_ "github.com/ncw/rclone/backend/b2"