-
Notifications
You must be signed in to change notification settings - Fork 684
Description
Pre-submission Checks
- I checked for similar issues, but could not find any. I also checked the closed issues. I could not contribute additional information to any existing issue.
- I will take the time to fill in all the required fields. I know that the bug report may be dismissed otherwise due to lack of information.
Describe the bug
I have two computers (linux) with the owncloud client installed and I noticed that one file was not the same on both computers.
I discovered this bug thanks to a script I wrote to compare the content of sync folders between my computers.
Basically, it list all files and folders + store them in a JSON file (with file checksum, size...).
I had a look at the .sync_journal.db on both computers:
contentChecksummatchs the local version of the file (but not the same on both computers).- I noticed that
modtime(integer) is exactly the same (suspicious) => withstatcommand, the time is slightly different, but within the same second filesizeis not the same (expected)phashis the same (but I don't know what it means)
Expected behavior
The desktop client on the computer with the out-dated file shall update the file.
I also tried to "Force Sync Now" without any success.
Steps to reproduce the issue
I haven't found yet how to reproduce the code but having the same modtime might trigger the issue.
Screenshots
No response
Logs
No response
Client version number
ownCloud version 5.3.2.15463
Desktop environment (Linux only)
Ubuntu 24.04
Client package version and origin (Linux only)
Ubuntu 24.04 PPA from https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/download/
Installation path (Windows only)
No response
Server information
OCIS 7.2.0
Additional context
No response