This might be a “bit” off-topic. I need to quickly move some data and hetzner storage box looks like a good candidate. Encryption will be used. Anyone has experience:
How hetzner reacts on a new account (after passing verification) quickly filling up the box with encrypted data (if the latter part has any effect)?
Which rclone remote type gives the highest transfer speeds but supports modtime and is supported by hetzner box?
never an issue in 6+ years. i have several storgeboxes.
in one case, i run a cheap vm in the same datacenter as the storagebox.
on the vm, i run jellyin which mounts the rclone encrypted media files on the storagebox.
i connect to the vm/jellyfin over tailscale
i have another vm+storagebox as a veeam backup and replication repository.
if all you want is modtime, then webdav is fastest.
but if you also want file transfer verification using checksum, must use sftp with port = 23
tho storagebox offers smb/samba, that is not safe to use over open internet.
it offers modtimes and in some cases, file transfer verification using checksum
check out my howto guide How to access SMB/SAMBA with rclone