Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
Shows how to keep an rclone backend or command out of tree
License
rclone/rclone_out_of_tree_example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Website |Documentation |Download |Contributing |Changelog |Installation |Forum
This is an example of how to have an out of tree backend. You might want to do this before your backend is merged into rclone, or if it isn't suitable for merging (eg uses CGO) or for some other reason.
If yougit clone this repository and build withgo build it will make an executable which is rclone plus an additional backend calledram. This is a copy of thememory backend as an example.
This repo depends on rclone (check thego.mod for the version) and has one copied file from the rclone repo therclone.go file where you import your backend.
The same technique will work for additional commands too.
This is free software under the terms of the MIT license (check theCOPYING file included in this package).
About
Shows how to keep an rclone backend or command out of tree
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.