Search found 9 matches
- Mon May 27, 2024 9:24 pm
- Forum: Installation
- Topic: Docker drive size vs. actual media drive
- Replies: 3
- Views: 2461
Re: Docker drive size vs. actual media drive
This is what I have for Radarr: radarr: image: lscr.io/linuxserver/radarr container_name: radarr environment: - PUID=${PUID} - PGID=${PGID} volumes: - ${MEDIA_DIRECTORY}/movies:/movies - ${MEDIA_DIRECTORY}/downloads:/downloads - ${INSTALL_DIRECTORY}/config/radarr:/config And the env variable for my ...
- Mon May 27, 2024 5:31 pm
- Forum: Installation
- Topic: Docker drive size vs. actual media drive
- Replies: 3
- Views: 2461
Docker drive size vs. actual media drive
I'm confused about the (perceived) storage in a Docker container. See this screen clip from Radarr, which was installed from YAMS docker compose on macos: https://imgur.com/q9UpvFC The media server drive itself has 14tb or so of free space, but according to that screenshot above, the media folder wi...
- Sun May 26, 2024 4:30 pm
- Forum: Installation
- Topic: sed -e no such file or directory
- Replies: 4
- Views: 2417
Re: sed -e no such file or directory
Thanks rogs , that's what I'm planning to do now. When you say make changes manually, do you mean filling in the vars in the docker-compose which I would have populated via the install.sh instead? I plan to have a .env file for the guid and media location and such (basically copying the env file tha...
- Sun May 26, 2024 2:15 am
- Forum: Installation
- Topic: sed -e no such file or directory
- Replies: 4
- Views: 2417
Re: sed -e no such file or directory
I'm on macOS 14.5 by the way.
- Sun May 26, 2024 2:14 am
- Forum: Installation
- Topic: sed -e no such file or directory
- Replies: 4
- Views: 2417
sed -e no such file or directory
I'm getting this error every time I get to a certain part of the install process, and I can't tell what file or directory it is referring to. I have no issues until this point, i.e. selecting the media directory is fine. Can anyone tell me where to dig? What's your VPN password? (if you are using mu...
- Fri May 24, 2024 5:21 pm
- Forum: Installation
- Topic: Changing the media drive after installation
- Replies: 5
- Views: 2489
Re: Changing the media drive after installation
Great, thanks!
- Fri May 24, 2024 5:11 pm
- Forum: Installation
- Topic: Changing the media drive after installation
- Replies: 5
- Views: 2489
Re: Changing the media drive after installation
Hey rogs , I just wanted to make sure I have a grasp on the steps after reading the config backup/restoration article: Copy all media from Media Drive A to Temp Drive Unmount Media Drive A Stop YAMS Create a backup of the configuration via the provided steps Restore a backup of the configuration via...
- Fri May 24, 2024 5:03 pm
- Forum: Installation
- Topic: Changing the media drive after installation
- Replies: 5
- Views: 2489
Re: Changing the media drive after installation
Oh, amazing. I didn't see this, thanks!
- Fri May 24, 2024 4:45 pm
- Forum: Installation
- Topic: Changing the media drive after installation
- Replies: 5
- Views: 2489
Changing the media drive after installation
Hello! I am working on getting all the pieces together for my media server and am planning to use yams for it. However, there is one thing I haven't been able to find much info for in the excellent documentation. Here's my situation: Currently I have access to a 14tb Raid 1 media drive setup which I...