Womabre / unraid-docker-templates

unRAID Docker templates
19 stars 2 forks source link

Destination volume not mounted #1

Closed fpsware closed 3 years ago

fpsware commented 4 years ago

Constantly receiving error: ERROR Destination volume not mounted - retry in 5 minutes

Womabre commented 4 years ago

Did you create a .mounted file?

VOLUME CONFIGURATION It also requires a named volume mapped to /config. This is where is stores the authentication cookie. Without it, it will lose the cookie information each time the container is recreated. It will download the photos to the “/home/${user}/iCloud” photos directory. You need to create a bind mount into the container at this point I also have a failsafe built in. The launch script will look for a file called .mounted in the “/home/${user}/iCloud” folder. If this file is not present, it will not sync with iCloud. This is so that if the underlying disk/volume/whatever gets unmounted, sync will not occur. This prevents the script from filling up the root volume if the underlying volume isn’t mounted for whatever reason. This file MUST be created manually and sync will not start without it

https://hub.docker.com/r/boredazfcuk/icloudpd