Ticket #16 (closed defect: fixed)
Timestamps changed wrongly during copy to share
| Reported by: | guest | Owned by: | psmedley |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | Server | Version: | |
| Keywords: | Cc: | herwig.bauernfeind@… | |
| Blocking: | Blocked By: |
Description
The date/time stamps are changed wrongly, when a file is copied from local drive to a share. The following example demostrates the problem:
Original timestamps of a given file:
testfile.txt File creation time: 2007-03-01 07:41:38
File last access time: 2007-06-27 08:13:34
File last update time: 2007-06-19 15:21:28
xcopy to Peer via LAN-Requester does not change these timestamps during copy, as the target file has still the same after the copy
operation:
testfile_LAN.txt File creation time: 2007-03-01 07:41:38
File last access time: 2007-06-27 08:13:34
File last update time: 2007-06-19 15:21:28
xcopy to Samba via Netdrive however changes these timestamps:
testfile_SMB.txt File creation time: 2007-06-19 15:21:28 (wrong)
testfile_SMB.txt File last access time: 2007-06-19 15:21:28 (wrong)
testfile_SMB.txt File last update time: 2007-06-19 15:21:28 (right)
Change History
Note: See
TracTickets for help on using
tickets.
