How do you guys continue seeding? I end up having to move files off my yarr pc drive and onto other drives or my nas because they get too big. I want to continue seeding anything I get though for a while.

  • ExcessShiv@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 days ago

    Everything else essentially builds on this.

    Not really though…I’m running everything related to torrenting and streaming in docker on the same bare metal with a 32tb array of HDDs in it, everything is just stored in the torrent downloads folder and organized with hardlinks in the jellyfin directory.

    • Krill@feddit.uk
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      …which is exactly my point. Using a VM or docker to run the relevant programs and using hard links rather than NFS shares is just a more complicated (but more efficient) setup that follows the same logic. It also has a more complicated network setup for VPN use than running a VPN client on an SBC. That’s why an SBC is the easiest way in to the lifestyle, before graduating to the more complicated yet more powerful setups.

      • baduhai@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        Using a VM or docker to run the relevant programs and using hard links rather than NFS shares is just a more complicated setup

        What? Multiple hosts + network shares is easier than hosting everything in one place?

      • ExcessShiv@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        2 days ago

        I really can’t see how it follows the same logic…you’re talking about distributed computing using multiple computers, I’m talking about a single piece of hardware which handles it internally.

        • Krill@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          14 hours ago

          Historically NFS and using one service per server was the usual process. “Builds on” means that the newer processes were developments and improvements to older processes. For example NFS was released in the 1980s and Docker in 2013. Obviously the efficiencies in docker and hyperconverged servers are the reason they have taken over most set ups, but it’s not obvious that software such as docker would have come into existence without the original networking processes.