docker-cloudberry-backup icon indicating copy to clipboard operation
docker-cloudberry-backup copied to clipboard

Synology - Docker - Volume Paths

Open makeitrad opened this issue 5 years ago • 2 comments

I can setup a "Backup Plan" and execute it. It successfully completes. However after I have to restart the docker image I get the following error... "Warning one or more backup paths cannot be opened for reading." I will continue to get this error each time I try to run the backup plan.

If I set up a new backup plan things will work as planned, but then once I reboot the docker image I will run into the same problem again. Any ideas how to resolve???

Thank You Brad

makeitrad avatar Mar 29 '20 01:03 makeitrad

Which docker run command did you use the create the container ?

The output of docker inspect <name of the container> could also be useful.

jlesage avatar Apr 01 '20 00:04 jlesage

I had a similar issue back when I first got my setup running on Ubuntu and Docker with most of the backup data hosted on my NAS. I used autofs to mount the network drives on demand, but it seems CBB wasn't aware that the mount points were network drives and think there was a timing issue between when CBB could request the drive and autofs would mount it a second or so later. This made it appear to CBB that the data didn't exist causing it to puke. My workaround was to use a CRON to touch a file on one the mount points a bit before the backups occur. This way the drives are already mounted and the issue doesn't occur.

Kage1 avatar Jul 19 '20 19:07 Kage1