Comment on Someone help me understand the sonarr to jellyfin workflow
hedgehog@ttrpg.network 1 week agoIs there a way to use symlinks instead? I’d think it would be possible, even with Docker - it would just require the torrent directory to be mounted read-only in the same location in every Docker container that had symlinks to files on it.
StarvingMartist@sh.itjust.works 1 week ago
Wouldn’t symlinks essentially “copy” the file? I need it to be deleted, so it doesn’t fill up the drive
felbane@lemmy.world 1 week ago
No. Symlinks and hardlinks are two approaches to creating a “pointer to a file.” They are quite different in implementation, but at the high level: