2024-12-12, 04:08 AM
(2024-12-08, 02:57 PM)TheDreadPirate Wrote: Ok. I see the problem.
Code:--volume /home/danielle/jellyfin/config:/config \
--volume /home/danielle/jellyfin:/cache \
The way you have the cache folder setup will put the cache folder above the config. Once a day there is a cache cleanup job that recursive deletes files and folders older than a certain age. What is happening is that the cache cleanup job is deleting your permanent data in /config. Change your setup to this.
Code:--volume /home/danielle/jellyfin/config:/config \
--volume /home/danielle/jellyfin/cache:/cache \
This isolates the two folders from each other and ensures that the cache cleanup job only cleans up the actual cache.
This may be a dumb question, and it's more of a Linux question than Jellyfin, but in this case, would it be safe/effective to just move this into a new cache directory using the
Code:
mv
Rescued from the Trash Optiplex Build
CPU: Intel i5 3470
RAM: 4GB DDR3-1333
GPU: NVIDIA Quadro P400 2GB GDDR5
Boot Drive: Inland Professional 240GB SSD
Storage: Seagate Ironwolf 8TB 7200 RPM HDD
CPU: Intel i5 3470
RAM: 4GB DDR3-1333
GPU: NVIDIA Quadro P400 2GB GDDR5
Boot Drive: Inland Professional 240GB SSD
Storage: Seagate Ironwolf 8TB 7200 RPM HDD