Import old library as hardlink in root folder

Version: 3.0.10.1567
Package Version: 3.0.10.1567-ls206 by linuxserver.io
Mono Version: 6.12.0.200

Hello, I’m new, I would like to ask a question about *arr, seen in the Guide I didn’t see if it is reported. I’m new to *arr and I would like to learn

I’ve got two docker compose file on a Linux machine. One with Qbittorrent, the other one with all *arr services

My folders are mapped like this:

data
├── downloads
│ ├── books
│ ├── incomplete
│ ├── movies
│ └── tv
└── media
| ├── movies
| └── tv
|

in Qbittorrent docker compose file volumes are mapped:

volumes:
- /config/qbit_config/:/config
- /data/downloads:/data/downloads

the *arrs mapped:

sonarr:
volumes:
- /config/sonarr:/config
- /data:/data

I’ve got a huge library in data/downloads but I would like to export it while not interrupting seeding in /data/media. Because of this my Root Folder is /data/media/tv for Sonarr

So when I do a Library Import I import from /downloads but then my files are not moved to /media, they stay in /downloads folder

How can I add my unsorted old library, that it is in the download torrent folder to the new folder for media with hardlinks?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.