Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seadrive doesn't update server when file timestamp changed #2775

Open
munrobasher opened this issue May 23, 2024 · 3 comments
Open

Seadrive doesn't update server when file timestamp changed #2775

munrobasher opened this issue May 23, 2024 · 3 comments

Comments

@munrobasher
Copy link

If you change just the timestamp on a file using PowerShell like this:

$Now = Get-Date
(Get-Item $Path).LastWriteTime = $Now
(Get-Item $Path).CreationTime= $Now

The changes are not uploaded to the server by Seadrive. However, if you do the same on a computer running Seafile client, the timestamps are updated on the server. In addition, any updates made via Seafile client on one computer are picked up by Seadrive on another computer.

@munrobasher
Copy link
Author

munrobasher commented May 23, 2024

Additional information, when the above PowerShell is run on a file managed by Seadrive, the icon does change to synchronising but it never actually synchronises.

SimpleHelp_Technician_LobaWwrX5h

@killing
Copy link
Member

killing commented Jun 3, 2024

Placeholder files are not tracked. So any changes to their metadata is not uploaded to the server. I think this is not a very common use case.

@munrobasher
Copy link
Author

I agree it's not a common scenario but Seafile client and Seadrive work differently. They should at least be consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants