Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust torrents volume mount to allow hardinking #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stevietv
Copy link

@stevietv stevietv commented Aug 3, 2022

The current method of how you mounted the downloads ~/data/downloads/torrents:/downloads means that when an *arr picks up a download it will have to copy the data, leaving a copy in the DL folder until seeding goals are met. This means double space use and excessive disk IO. This is because its a move across file systems from /downloads to /data.

Instead by mounting as ~/data/downloads/torrents:/data/downloads/torrents then *arr apps and transmission are referencing the same volume and the files are hardlinked into the media library, in an instant operation (instead of copy) and using only 1 x the space.

The current method of how you mounted the downloads ` ~/data/downloads/torrents:/downloads` means that when an *arr picks up a download it will have to copy the data, leaving a copy in the DL folder until seeding goals are met. This means double space use and excessive disk IO. This is because its a move across file systems  from `/downloads` to `/data`.

Instead by mounting as  `~/data/downloads/torrents:/data/downloads/torrents` then *arr apps and transmission are referencing the same volume and the files are hardlinked into the media library, in an instant operation (instead of copy) and using only 1 x the space.
@bakerboy448
Copy link

The existing paths would not work out of the box without configuring a remote path map as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants