mirror of
https://github.com/rclone/rclone.git
synced 2025-02-16 10:32:39 +01:00
Added rclone-nfs-server project
parent
5598afbe23
commit
9834f2a2fb
@ -27,6 +27,7 @@ This page documents projects which use rclone for some purpose. If you have a pr
|
||||
- [rclone-rc-web-gui](#rclone-rc-web-gui)
|
||||
- [PyClone](#pyclone)
|
||||
- [syncrclone](#syncrclone)
|
||||
- [rclcone-nfs-server](#rclone-nfs-server)
|
||||
|
||||
## Kopia
|
||||
|
||||
@ -240,4 +241,10 @@ rclone.stop()
|
||||
* *Extensive* test suite including a huge number of edge cases and odd situations
|
||||
* Lots of conflict resolution optiosn
|
||||
* Can work with remotes that do not support modtime (though it is more robust with it)
|
||||
* Can use past sync state to accelerate checksum computation on any remote
|
||||
* Can use past sync state to accelerate checksum computation on any remote
|
||||
|
||||
## rclone-nfs-server
|
||||
|
||||
[rclone-nfs-server](https://gitlab.com/encircle360-oss/rclone-nfs-server), developed by [encircle360 GmbH](https://encircle360.com) gives you the possibility to expose any Rclone remote via NFS (also cached).
|
||||
|
||||
It's packed as docker image so you can run it as container in mostly every environment. Directly on linux or also in Kubernetes clusters. This is also perfect if you want to use the official NFS CSI driver to mount Rclone remotes via NFS within your Kubernetes as volume to use the storage or data for some application. Since you can have a single replica container you also might avoid blockings of some cloud providers and also have one single cache for all NFS clients and volumes. This saves space and concurrency update problems you would normally have in case of mounting Rclone remotes on each kubernetes cluster node.
|
Loading…
Reference in New Issue
Block a user