I used to rock a bare metal 1Tib HDD server for 17€/month, that I used as an NFS server for all my other servers which needed storage space.

First of all, NFS kinda sucks and I’m looking for alternative solution that I can use on OpenBSD to mount remote volumes.

Secondly, I’m planning to move this server to hetzner (my current provider), but they lack affordable storage (it’s 50€/month for 1Tib). Do you know an hosting provider which would provide high volumes for not so expensive prices ?

  • @fry@sh.itjust.works
    link
    fedilink
    English
    1
    edit-2
    11 months ago

    NFS kinda sucks and I’m looking for alternative solution

    Rsync + cron? If you just need to backup some files/directories.

    Edit: ah, saw that you will read/write a lot. Do you really need to do that over the network? Why not upload a .tar, a snapshot or whatever of the changes?

    If you could be a bit more specific then maybe we could give some better advice.

    Use a seedbox if you’re downloading stuff and dont have enough disk space.

    • z3braOP
      link
      English
      111 months ago

      The best example would be a running an email or chat server. The spool/media directories can go large pretty quick as users share pictures, gifs, … So I would like to mount it from a remote location because the matrix server itself only has a 20G SSD for the whole OS. Rsync won’t cut it there as I have a specific process writing to a location.

        • z3braOP
          link
          English
          111 months ago

          I’ll look more into FUSE based remote storage more generally because it seems to be my only option besides NFS. I’ve heard great feedback from SSHFS so I’ll bench it eventually and see how it goes.