Opened 4 years ago
Closed 3 years ago
#16867 closed bug (invalid)
cp: created timestamp is not preserved
Reported by: | X512 | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev54982.
When copying files with cp -a
, created timestamp is not preserved. Modified timestamp is OK.
I found that when migrating haiku installation to new disk.
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 3 years ago
Maybe a feature request for coreutils itself?
It seems require Haiku-specific API. Related ticket #16948.
comment:3 by , 3 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Coreutils is now at haikuports. Please submit an issue there.
Note:
See TracTickets
for help on using tickets.
Maybe a feature request for coreutils itself? Regarding timestamps, that's supposed to "Preserve the times of last access and last modification, when possible." No mention of creation time in the manual or in code.