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
Try
--ftp-concurrencyand disable the mod time--size-only --no-update-modtime --no-update-dir-modtime. Actually I have no hostbrr box and I can't test it.I use WebDAV with auth to share media files between laptop locations. Why reinvent the wheel? @x1arch @Zephyr for VPS would that be best as a docker of it?
This is my config -
/usr/local/bin/rclone mount hostbrr:storage/ /mnt/immich \
--vfs-cache-mode full \
--allow-other \
--transfers 10 \
--attr-timeout 1m \
--vfs-write-back 30s \
--multi-thread-streams 32 \
--vfs-read-chunk-streams 8 \
--vfs-read-chunk-size 32M \
--vfs-fast-fingerprint \
--vfs-cache-max-age 480h \
--buffer-size 64M \
--vfs-cache-max-size 15G \
--no-checksum \
--no-modtime \
--allow-non-empty \
--uid 1001 \
--gid 1001 \
--umask 000
So many options, try to run in default mode and check is it happens again, if not add your options one by one and test. Sorry I can't test it for you, because have no hostbrr box. For me
--no-modtimefixed my issue totally.How to use storage box ? My domain still doesn't work.
Some selfhosted apps sometimes do not offer encryption at rest, I know it is debatable but yeah you do you.
wow 2TB! 10TB at what port speed tho?
As far as i know webdav is faster for streaming that ftp/sftp.
Regarding docker,I've met problems with containers recognising webdav mounts so i avoid them in general.
Any idea when the Turin restock you mentioned will be as it didn't happen "tomorrow"
wait wait wait...
not a VPS?
@labze what did I buy exactly? I want to install
https://docs.linuxserver.io/images/docker-chromium/
Dear @labze,
I missed most of the deals this year and I’m now checking if there’s still any chance to get one. If you happen to have an available BFRESELL2025 code for the 70% discount on your cPanel reseller hosting, I would really appreciate if you could share it.
Thanks in advance!
Ticket #2999736
Hello, I have already opened a ticket requesting to change the storage box from Germany to the United States. It is still in a pending state and has not been deployed yet. I hope it can be deployed directly in the US instead of migrating later.
You bought a webhosting package on steroids. It supports hosting websites and access to the filesystem through SSH/SFTP/FTP/WebDAV. Most of us here use it to store their backup data or mount it on another VPS as remote-hosted filesystem. When you login through SSH, you get an extremely limited bash environment. You can't install any software onto the storagebox (except for a few web applications from softaculous).
Also, you bought a lot of online storage for very cheap.
If you want to install any software, you'll need a "proper" VPS.
@philwatcher
Can I send stuff from the storagebox to FTP elsewhere?
ooooh. Please don't make me fight the search ai. Can I have some hints?
wow .. why so picky? really all this is needed!
Anyone wants to transfer me this?
who was that and did you try and ask nicely the provider ?
@labze my beautiful beautiful provider, can I please have this sir?
I mostly used those things for some other server and now trying with storagebox
@philwatcher How to enable WebDAV support?
I was helped by some of the above and pointed in the right direction so I thought I would add this gist of a user systemd unit that's nice and usable. The instructions are pretty good.
rclone mount systemd unit
One thing I would point out is that it uses the virtual cache as written, that means file operations wont "block". I disabled that on mine since I'm doing scripting that relies on the block until a file is copied.
Thanks again for all the above that pointed me to using shared hosting with rclone. Works so well and crazy price.
Try the anniversary package: my.hostbrr.com/order/main/packages/anniversary/?group_id=59
I mostly used those things for some other server and now trying with storagebox> @ehab said:
It is definitely way better than stock performance
I posted a complete step by step a few pages ago
Is anyone using Storagebox for Plex mount? Is it good?
I'm trying it out with the offer I bought from ColoCrossing. I bought 4TB of US storage and it seems to be working well. I've only streamed in 1080p (4GB). I'll try 4K (10 to 20GB).
Can I select the Linux distribution and install packages on a Storagebox?
No
No.
StorageBox is a shared hosting service that uses DirectAdmin and has Softaculos for installing apps.

✔️ Good price for my automated backups using Rclone, Rsync, and PHP script
Can it be used as a remote backup location with BorgBackup?