Is it possible to preserve timestamsps on ~/.gvfs samba shares?

Asked by Norbert

I use FreeFileSync for keeping in sync my local files (~/some_folder) and QNAP Samba share (~/.gvfs/some_share/some_folder).

I press F5 and then F6 for sync. After sync I press F5 again and get in right side (Samba) arrows to the left (FFS thinks that Samba files are newer, they have today's date and file-copy time). But files in the left have original date (not only today).

So my question: Is it possible to keep timestamps on ~/.gvfs shares?
I understand that it may be a problem of GVFS, not FFS. Also I know, that cp --preserve=timestamp do not preserve timestamps on GVFS.

Question information

Language:
English Edit question
Status:
Solved
For:
FreeFileSync Edit question
Assignee:
No assignee Edit question
Solved by:
Norbert
Solved:
Last query:
Last reply:
Revision history for this message
Zenju (zenju) said :
#1

I think you already answered your question. FFS is dependent on proper function of underlying infrastructure. I would already consider it a servere bug of GVFS that they do not seem to return an error code in your case when FFS properly calls "utime" to set the file times.

Revision history for this message
Norbert (nrbrtx) said :
#2

Thank you for fast reply!
The result is FFS is super-cool but GVFS have bugs (for example https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/336761).

I mounted my share with smbmount to local folder and timestamps are OK.