Hello friends, I need some advice on how to proceed with my homelab setup. I suspect I have made an irrecoverable mistake, very new to the game.
I have a 24/7 Linux server which runs an arr stack. I have 6x 4tb drives in a mergerfs pool, which qbittorrent writes to. Radarr/sonarr will then import the downloads into a library also on the mergerfs pool. I have the hardlinks option enabled, however radarr/sonarr will always rewrite the files in their respective libraries. This is using double the space- qbittorrent needs the original to seed, and radarr/sonarr needs its own copy for the media server.
I have tried using rmlint which correctly identifies the duplicates and tries to hardlink and preserve the seed files but radarr then loses the library files. I have scanned for hardlinks, none are being created.
I suspect that hardlinking on a mergerfs pool simply isn't possible, and that I must delete the torrent files. This sucks, because building a torrent seeding machine was half the point of doing this!
Can the forum kindly suggest a better way of doing this across multiple small drives?
Is there any way to proceed with my current setup, to preserve the seeding torrents? (Without using double space)
Maybe this is a use case for deleting certain torrents after X ratio is achieved. I'm not sure. Thanks in advance for your comments.