Rclone

CREATED: [2022-02-22 Tue 13:24]
ID: d0eda6fd-4938-4f71-8547-fbca015c4ec5
ROAM_REFS: https://rclone.org/
MTIME: [2025-04-26 Sat 12:46],[2024-12-25 Wed 16:06]
REVIEW_SCORE: 4.0

About rclone Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business & consumer file storage services, as well as standard transfer protocols.

So the thing about rclone is, it solves a problem you really really wish was generally solved, until you have the solution and realize that it sucks.

Sure, let's have a FUSE interface with literally any data storage system you could think to use, anywhere!

Except that you really really wnat a filesystem to be well behaved in the way local filesystems are. A lot of tooling built on top of the filesystem idiom does not expect to face problems like a dropped network connection, or bandwidth limitations, or even i/o performance and cost being too far away from how hard drives and SSDs behave. Rclone takes what responsibility it can for keeping track of the connection state, and this helps the kernel not panic but nothing else. Rclone taught me that software is better off knowing that it's talking to a networked device.

tl;dr Jellyfin connected to an rclone drive will hang, and this is mostly not Jellyfin's fault.

1. Backlinks

Author: sahiti

Created: 2025-05-03 Sat 15:31

Validate