Changes between Initial Version and Version 1 of Ticket #1937, comment 2
- Timestamp:
- 2013-03-28T04:15:54Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1937, comment 2
initial v1 1 1 If we use the approach of comment:1, then I suggest using a fixed G = 4s instead of trying to guess what the timestamp granularity is. Also, after the file has been uploaded we should check the mtime again, in case it was modified while we were reading it. 2 2 3 Short of making a shadow copy on filesystems that support it, it's not possible to get a completely consistent snapshot of a filesystem using POSIX APIs.3 Short of making a shadow copy on filesystems that support it, it's not possible to get a completely consistent snapshot of a filesystem that is being modified using POSIX APIs.