this post was submitted on 16 Mar 2025
26 points (93.3% liked)

Selfhosted

60281 readers
446 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] flightyhobler@lemm.ee 0 points 1 year ago (2 children)

you got the hard links working?

[–] rumba@lemmy.zip 2 points 1 year ago

Hell no, My downloads folder in my media folder are completely different. I copy everything from downloads to media It gets renamed, possibly resampled. The torrents are left in the original folder to seed unmolested.

Every once in a while I go through my torrent list and just tell the client to destroy the torrent and files for anything that I don't care to seed anymore. Zero chance of it breaking my actual store.

[–] entropicdrift@lemmy.sdf.org -1 points 1 year ago (1 children)

Hard links are a built-in feature of basically every modern filesystem. The bigger question to me is, why aren't hard links working for you?

[–] flightyhobler@lemm.ee 0 points 1 year ago (1 children)

There needs to be an overlap in the mount points of docker jellyfish and docker sonarr, etc. I don't think I got it right. Besides, sonar ends up not moving the series inside the tv shows folder, leaving the episodes outside, in the media folder above. If I knew exactly what was going on I would fix it. Last time I dealt with it was ages ago, so perhaps I can do it now.

[–] tux7350@lemmy.world 1 points 1 year ago (1 children)

The over lap of docker containers needs to happen from inside the perspective of the container. If you send Radarr to pull a movie from bittorrent, they both need to "be in the same spot". If bittorrent thinks it's saving a movie to /data/torrent then Radarr also needs to see the movie at /data/torrent.

That's why so many guides use the /data/ label scheme. Its just easy to use and implement. Side note, for hard links to work, all the folders need to be on the same drive. Can't hard link between different drives.

[–] flightyhobler@lemm.ee 1 points 1 year ago

This was the crux of my confusion, but after a couple of years of Docker, it now makes more sense to me 😁