folder shows zero bytes

I am using docker-compose to start up Syncthing. I have a volume defined as

     - /var/backups/db:/db

I continue to get permission errors creating

2022-03-02 10:06:39: Loading ignores: lstat /db/.stignore: permission denied

2022-03-02 10:06:39: Failed to create folder marker: stat /db/.stfolder: permission denied

2022-03-02 10:06:39: Error on folder "db bkup" (fdrvi-ly2ed): stat /db/.stfolder: permission denied

I have even done a

chmod 777 /var -R

and that has not worked either.

0777 is only half of truth. The question may be despite “Everyone” who has access.

The information is also poor. Which OS do you have, which platform, etc. Linux, Windows, Android, that should already be clear. Well “chmod 777 /var -R” points to Linux, but you know what I mean.

I resolved the issue. For some reason the chmod did not affect the underlying db directory.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.