New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
I'm assuming one of the use cases for rclone is to use for/with Nextcloud?
Here is an alternative to Nextcloud called Filestash where using sftp is an option for the storage, so you could take rclone out of the equation if this sort of application your use case.
I haven't messed with it yet, but looks pretty cool, although the config options looks like it could be messy/complicated.
https://github.com/mickael-kerjean/filestash
Damn tutor, auto bookmark.
Filestash author here, happy to answer any question about my software
I tried before, but I got stuck when connecting to SFTP using port 2222, as the connection was rejected. Where can I find the port configuration?
Thanks for the tutorial
Now I've figured it out, Hostbrr always uses port 53211 for that. Thank you.
Is there any way to use this method for SSD to cache for local hdd disk, not the remote storage
HostBrr soon into out of stock again.
Awesome
Bookmark saved.
I have this very same question. I went through the details on official site and understand that it would mount remote storage and S3 but not local. I tried solutions like bcache for VPS but they are not very easy to implement. Tried this, it's very easy but I have VPS with NVME and HDD both and want to use HDD as main storage cached through NVME on same VPS but don't know how
This method is actually documented(in another way) in rclone usage manual. I'm suprised that people see this fresh.
How about docker, Right Now I'm running docker on hdd
necromancer here, neat thread. I managed to use my 1TB hostbrr storage for garage s3.
overall setup;
rclone config
since this is rshared, make sure to set it up.
the garage.toml just basic following https://garagehq.deuxfleurs.fr/documentation/quick-start/
the meta folder probably not safe being stored remotely so i put it in local. 15GB ssd vps being used 5gb for cache is still plenty to store the meta folder.
in this setup at very least i can confirm the disk usage in hostbrr is increasing whenever i upload something, so that proves the storage is no longer in local vps disk. might need to adjust --vfs-cache-mode but i havent tested it any further