Gronis / docker-seafile-client

Run a seafile client inside docker which can sync files from seafile repositories
MIT License
18 stars 12 forks source link

Not detectin changes on the files #15

Open scrhall opened 6 months ago

scrhall commented 6 months ago

I can't get it to detect changes made to files in the mounted volume. If I restart the container, it detects the changes and uploads them, but if changes are made during its execution, it doesn't detect them. I've been testing to see if it was a permissions issue, and it doesn't seem to be. I've created files as root, as seafile user, with more and less permissions. I've tried assigning user 1000 with environment variables and nothing. What could it be?

Gronis commented 6 months ago

What file system are you mounting? Is it a local filesystem or network mounted?