docker-cloud-media-scripts icon indicating copy to clipboard operation
docker-cloud-media-scripts copied to clipboard

Enhancement: Automatic re-mount of rclone and Fake Cache Option

Open inject00r opened this issue 7 years ago • 2 comments

Hi Mads,

The Docker container loses from time to time the mount of the cloud folder. Could you add a routine that checks if the cloud is still mounted and if not remount it automatically? In addition to that a docker exec command would be also beneficial. "docker exec cms remount"

When you lose the mount, all services which are connected to it loses the content database. Plex/sonarr for example need to rescan the entire database to check if all files are available again to work properly. Wouldn't it be possible to generate a fake cache structure?

Cheers C

inject00r avatar Feb 15 '18 11:02 inject00r

Launch mount command via cron ? docker exec cms mount

Nomuas avatar Feb 27 '18 14:02 Nomuas

wouldn't solve the problem would it? it's about the file structure. every time you loose connection (for example if you run this behind a dynamic ip) this issue can happen. for some people that happens once every 24 hours depending on the country

GottZ avatar Apr 15 '18 20:04 GottZ