• 3 Posts
  • 172 Comments
Joined 11 months ago
cake
Cake day: August 2nd, 2023

help-circle
















  • Hard links are default. Files look like duplicates but they dont take double amount of storage. To empty storage you have to delete both files.

    As someone elese already said, you should use single volume for both radarr and qbittorrent.

    This is from wiki.servarr:

    data
    ├── torrents
    │  ├── movies
    │  ├── music
    |  ├── books
    │  └── tv
    ├── usenet
    │  ├── movies
    │  ├── music
    │  ├── books
    │  └── tv
    └── media
        ├── movies
        ├── music
        ├── books
        └── tv
    

    Following this you should have

    volumes:
      - /path_to_qbit_config:/config
      - /path_to_data:/data
    
    volumes:
      - /path_to_radarr_config:/config
      - /path_to_data:/data